Skip to content

Instantly share code, notes, and snippets.

@repejota
Created March 22, 2017 23:56
Show Gist options
  • Save repejota/7fbe25201da5c7b6f80782de96f6adb3 to your computer and use it in GitHub Desktop.
Save repejota/7fbe25201da5c7b6f80782de96f6adb3 to your computer and use it in GitHub Desktop.
local portainer
#!/bin/sh
sudo docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment