Skip to content

Instantly share code, notes, and snippets.

@rubyon
Last active March 29, 2017 06:50
Show Gist options
  • Save rubyon/f86fd47390a630b37d1f3954390ba1e4 to your computer and use it in GitHub Desktop.
Save rubyon/f86fd47390a630b37d1f3954390ba1e4 to your computer and use it in GitHub Desktop.
sudo docker run -d -it \
--name=portainer \
--restart=always \
-v /home/docker/portainer/data:/data \
-p 9000:9000 \
portainer/portainer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment