Created
November 18, 2021 06:17
-
-
Save Robokishan/6b1482ec3f2a9f5d09e1b1c943a87901 to your computer and use it in GitHub Desktop.
portainer
This file contains 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
docker run -d -p 9000:9000 -p 8000:8000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker volume create portainer_data