Created
April 8, 2020 20:31
-
-
Save DoktorMike/83f9e4304ddc65a2c35a58fc81c2c886 to your computer and use it in GitHub Desktop.
Running portainer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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