Skip to content

Instantly share code, notes, and snippets.

@int128
Created October 2, 2014 06:27
Show Gist options
  • Save int128/40035d3eb60494ff4085 to your computer and use it in GitHub Desktop.
Save int128/40035d3eb60494ff4085 to your computer and use it in GitHub Desktop.
Install Shipyard

Install Shipyard

See https://github.com/shipyard/shipyard

docker run -d --name rethinkdb -P shipyard/rethinkdb
docker run -d --name shipyard -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock --link rethinkdb:rethinkdb shipyard/shipyard

Login with admin/shipyard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment