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
Has something changed recently with the docker image? I know that my consul-demo running progrium/docker used to work: however the latest tag is no longer finding linked containers
We switched to Alpine because Busybox broke. However, I don't see any
problems with linked containers or /etc/hosts ... can you validate it
somehow? Also I don't recommend linked containers anyway. Try something
like resolvable.
Has something changed recently with the docker image? I know that my
consul-demo running progrium/docker used to work: however the latest tag
is no longer finding linked containers
I am seeing the same thing, even trying the newer gliderlabs/consul* images. I've recently switched to using docker-machine (with boot2docker) instead of boot2docker directly, perhaps that or a newer Docker version could be the culprit?
Has something changed recently with the docker image? I know that my consul-demo running
progrium/docker
used to work: however the latest tag is no longer finding linked containersUnder the old tag, this compose file https://github.com/micahhausler/consul-demo/blob/master/docker-compose.yml#L11-L33 worked, however the current
latest
tagged image doesn't look up the linked container IP in/etc/hosts
.The text was updated successfully, but these errors were encountered: