Skip to content

Instantly share code, notes, and snippets.

@DoktorMike
Created April 8, 2020 20:31
Show Gist options
  • Save DoktorMike/83f9e4304ddc65a2c35a58fc81c2c886 to your computer and use it in GitHub Desktop.
Save DoktorMike/83f9e4304ddc65a2c35a58fc81c2c886 to your computer and use it in GitHub Desktop.
Running portainer
# Run it for a single node
docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer
# Docker compose setup
curl -L https://downloads.portainer.io/portainer-agent-stack.yml -o portainer-agent-stack.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment