Refer :https://portainer.readthedocs.io/en/latest/index.html
149
$ docker volume create portainer_data / #Create Docker Volume
$ docker run -d -p 9000:9000 -p 8000:8000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer / #Docker Portaner Run Port 9000 >> http://localhost:9000
Content type
Image
Digest
Size
23.2 MB
Last updated
almost 7 years ago
docker pull theskys/portainer