How to Install Portainer on Docker

StrykerBytes
StrykerBytes
14.1 هزار بار بازدید - 4 سال پیش - This is a quick tutorial
This is a quick tutorial on how to install Portainer within a Docker container.  You can learn more about Portainer Community Edition at this link: https://www.portainer.io/products/com...

Below are the commands in the video that you can copy & paste directly into your terminal.

To create a volume for Portainer:
docker volume create portainer_data

To deploy the Portainer docker container:
docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce
4 سال پیش در تاریخ 1399/10/13 منتشر شده است.
14,122 بـار بازدید شده
... بیشتر