You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-machine create -d virtualbox shipyard-devbox
docker-machine env shipyard-devbox |source
git clone [email protected]:tombee/shipyard-devbox
cd shipyard-devbox
eval$(./generate.sh)
docker-compose up
go get github.com/shipyard/shipyard
cd dev/gocode/src/github.com/shipyard/shipyard/controller
make
./controller server -d https://192.168.99.156:3375 --tls-ca-cert /certs/ca.pem --tls-cert /certs/cert.pem --tls-key /certs/key.pem