Sign inSign up

theskys/portainer

By theskys

Updated almost 7 years ago

Refer :https://portainer.readthedocs.io/en/latest/index.html

Image
0

149

theskys/portainer repository overview

$ 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

Tag summary

Content type

Image

Digest

Size

23.2 MB

Last updated

almost 7 years ago

docker pull theskys/portainer