plesk/plesk

By plesk

Updated 30 days ago

Plesk – WebOps Platform and Hosting Control Panel

Image
92

500K+

plesk/plesk repository overview

Plesk provides web administrators, application developers, web professionals, hosting service providers, and infrastructure providers a ready-to-code environment to build targeted solutions on.

  • Manage plans, subscriptions, accounts, and resellers
  • Create domains, sub-domains, and domain aliases
  • Easily set up email addresses, email forwarding, and email filters
  • Configure databases from a simple web interface
  • One-click install and mass-management of WordPress.
  • Use port mapped to 8880 to access the control panel.
  • Access a scalable and flexible platform
  • Migrate legacy platforms
  • Standardize shared hosting infrastructure
  • Unify User Experience and enable Mobile

To create a container based on Plesk Obsidian for evaluation purposes use the following command:

docker run -d --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro -p 8880:8880 plesk/plesk

Use Docker host IP address and 8880 port for URL to open it in the browser. E.g. http://localhost:8880

Default administrator credentials: admin / changeme1Q**

Create a container with typical port mapping:

docker run -d --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro -p 80:80 -p 443:443 -p 8880:8880 -p 8443:8443 -p 8447:8447 plesk/plesk

Automatic port mapping can be used to publish all exposed ports to random ports with high numbers:

docker run -d --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro -P plesk/plesk

Original Dockerfiles - https://github.com/plesk/docker

Official Plesk documentation - https://docs.plesk.com

Tag summary

Content type

Image

Digest

sha256:d0a2484d1

Size

678.1 MB

Last updated

30 days ago

docker pull plesk/plesk