consul-demo
consul-demo copied to clipboard
Link between containers issue
$ docker version
Client version: 1.6.2
Client API version: 1.18
Go version (client): go1.4.2
Git commit (client): 7c8fca2
OS/Arch (client): darwin/amd64
Server version: 1.6.2
Server API version: 1.18
Go version (server): go1.4.2
Git commit (server): 7c8fca2
OS/Arch (server): linux/amd64
$ docker-compose --version
docker-compose 1.2.0
Creating 20150826consultemplate_consul2_1...
Creating 20150826consultemplate_consul3_1...
Attaching to 20150826consultemplate_consul1_1, 20150826consultemplate_consul3_1
...
consul3_1 | ==> Joining cluster...
consul3_1 | ==> lookup consul1: no such host
20150826consultemplate_consul3_1 exited with code 1
As is after checkouting the project, I can not bring the Consul cluster UP.
I am having the same issue and filed an issue in the docker-consul repo gliderlabs/docker-consul#96
@micahhausler : Thanks for the reply. Have you found a workaround waiting for the fix ?