How to deploy Plesk in a container
en:How to deploy Plesk in a container
he:כיצד לפרוס פלסק מערכת הפעלה במיכל
ro:Cum de a implementa Plesk într-un container
ru:Как развернуть Plesk в контейнере
pl:Jak wdrożyć Plesk w pojemniku
ja:コンテナーで Plesk を展開する方法
ar:كيفية نشر Plesk في حاوية
zh:如何部署在容器中的 Plesk
de:Bereitstellen von Plesk in einem container
nl:Het implementeren van Plesk in een container
it:Come distribuire Plesk in un contenitore
pt:Como implantar o Plesk em um recipiente
es:Cómo desplegar Plesk en un recipiente
fr:Comment déployer Plesk dans un conteneur
This article has been created by an automatic translation software. You can view the article source here.
Parallels Plesk developers have implemented a Plesk docker image. To deploy it on your machine, simply follow the process below.
Start the container
To deploy a container this docker in docker hub, run the following command :
docker run -d -it -p 21:21 -p 80:80 -p 443:443 -p 8880:8880 plesk/plesk
If you deploy the image for the first time, you will have the following return :
Unable to find image 'plesk/plesk:latest' locally
latest: Pulling from plesk/plesk
5b76f7c1436d: Pull complete
de9f9f30df91: Pull complete
18c0be32c896: Pull complete
89bc2eaf6fe4: Pull complete
2a4c0b6c240d: Pull complete
adf582259fcb: Pull complete
8944b289bbe6: Pull complete
e953f4110504: Pull complete
33e8d9d9b77d: Pull complete
1b4ee88fa245: Pull complete
b2f0c70ed1ae: Pull complete
Digest: sha256:5cd76c72c2ed9e2472bde240766b720fd09866dadbea881ad989b8a1fc1dd4e5
Status: Downloaded newer image for plesk/plesk:latest
4ced2dfa3863576a97b916bbdd75505fad7ec372efc67a7f7293b4eb7a04882b
By default, docker will retrieve the image that has the tag latest. If you want a specific version, you must add the corresponding tag.
docker run -d -it -p 21:21 -p 80:80 -p 443:443 -p 8880:8880 plesk/plesk:12.5
The list of tags is available on docker hub.
Login to the Plesk interface
To connect to Plesk, go to http://VOTRE_IP:8880
Inject key
By default, a demo key is present in the image. For use in production, it is recommended that you inject your key.
You can order your single key since our shop.
Sources
The Dockerfile and the scripts that make up this image can be found on the plesk github account.
Enable comment auto-refresher