Plesk – WebOps Platform and Hosting Control Panel
500K+
Plesk provides web administrators, application developers, web professionals, hosting service providers, and infrastructure providers a ready-to-code environment to build targeted solutions on.
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
Content type
Image
Digest
sha256:d0a2484d1…
Size
678.1 MB
Last updated
30 days ago
docker pull plesk/plesk