Skip to content

Instantly share code, notes, and snippets.

@hagix9
Last active December 28, 2015 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hagix9/7449596 to your computer and use it in GitHub Desktop.
Save hagix9/7449596 to your computer and use it in GitHub Desktop.
Docker WebUI
sed 's@/usr/bin/docker -d@/usr/bin/docker -d -H tcp://0.0.0.0:4243 -H unix:///var/run/docker.sock@' /etc/init/docker.conf
docker run -p 8000:8000 shipyard/shipyard
Username: admin Password: shipyard
なんか微妙
https://github.com/dotcloud/docker/wiki/Public-docker-images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment