Hello,
My first steps with shipyard are more tedious than expected.
curl -sSL … deploy | bash -s
seemed to work well except that at the end i got the message:
Error starting userland proxy: listen tcp 0.0.0.0:2375: bind: address already in use
and, may be for that reason i never succeeded to access the shipyard webpage.
Then i followed another way https://www.digitalocean.com/community/tutorials/how-to-deploy-wordpress-with-shipyard-on-ubuntu-14-04
and was not more lucky to access shipyard,
shipyard cli> shipyard login
URL: httotop://192.168.1.10:8081
Username: admin
Password:
FATA[0060] Post htotop://192.168.1.10:8081/auth/login: read tcp 192.168.1.10:8081: connection reset by peer
tried also 127.0.0.1, … 8080 …
docker version
Client version: 1.6.2
Client API version: 1.18
Go version (client): go1.3.3
Git commit (client): 97cd073
OS/Arch (client): linux/amd64
Server version: 1.6.2
Server API version: 1.18
Go version (server): go1.3.3
Git commit (server): 97cd073
OS/Arch (server): linux/amd64
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
479e02e37f59 shipyard/shipyard:latest “/bin/controller” 46 minutes ago Restarting (0) 19 minutes ago 8080/tcp, 0.0.0.0:8081->8081/tcp shipyard
cf08a7270118 alpine:latest “sh” About an hour ago Up About an hour shipyard-certs
8efca14ec3ea microbox/etcd:latest "/bin/etcd -addr 192 About an hour ago Up About an hour 0.0.0.0:4001->4001/tcp, 0.0.0.0:7001->7001/tcp shipyard-discovery
640f0b510b1a rethinkdb:latest "rethinkdb --bind al About an hour ago Up About an hour 8080/tcp, 28015/tcp, 29015/tcp shipyard-rethinkdb
can someone help please ?