Last active
August 20, 2020 17:39
-
-
Save cmourouvin/f8dc47faf36d8d1a53ea0bda6bbf4e34 to your computer and use it in GitHub Desktop.
Start portainer UI for manage your local docker install
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
# From http://portainer.io/ | |
# Mac and Linux only | |
docker run -it -name porteiner-ui -v "/var/run/docker.sock:/var/run/docker.sock" -p 9000:9000 portainer/portainer | |
# Open portainer in a web browser | |
google-chrome http://localhost:9000 | |
# Enter a password and login => ENjoy :) | |
# Manager images, containers lifecycle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment