package
2.0.6+incompatible
Repository: https://github.com/clearraining/shipyard.git
Documentation: pkg.go.dev
# 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
You can then use the Shipyard CLI to manage.
# Structs
No description provided by the author