Skip to content

Instantly share code, notes, and snippets.

@lomkju
Last active March 9, 2018 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lomkju/75d8388ea684f737242000c0051f3fff to your computer and use it in GitHub Desktop.
Save lomkju/75d8388ea684f737242000c0051f3fff to your computer and use it in GitHub Desktop.
Portainer
#Create a volume for portainer
docker volume create portainer
#Run portainer forever
docker run -d --name portainer -p 9000:9000 --restart always -v /var/run/docker.sock:/var/run/docker.sock -v portainer:/data portainer/portainer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment