Skip to content

Instantly share code, notes, and snippets.

@cmourouvin
Last active August 20, 2020 17:39
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmourouvin/f8dc47faf36d8d1a53ea0bda6bbf4e34 to your computer and use it in GitHub Desktop.
Save cmourouvin/f8dc47faf36d8d1a53ea0bda6bbf4e34 to your computer and use it in GitHub Desktop.
Start portainer UI for manage your local docker install
# 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