package
3.0.0+incompatible
Repository: https://github.com/asdfsx/shipyard.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Shipyard Controller
This is the core component for Shipyard.
Setup
The only thing Shipyard needs to run is RethinkDB.
-
Run RethinkDB:
docker run -it -d --name rethinkdb -P shipyard/rethinkdb
-
Run Shipyard:
docker run -it --name -P --link rethinkdb:rethinkdb shipyard/shipyard