systems:docker_main:install_portainer

This is an old revision of the document!


Systems - Docker Main - Install Portainer

Create a Volume for Portainer

docker volume create portainer_data

NOTE: If an error is seen, log out and then log back in, and retry the command.


Install Portainer

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

References

systems/docker_main/install_portainer.1626346190.txt.gz · Last modified: 2021/07/15 10:49 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki