Open ghost opened 9 years ago
Appears to be a known caveat as per the base image. https://github.com/gliderlabs/docker-alpine/blob/master/docs/caveats.md
It would be good to see the project being released with different images (e.g. alpine, debian, ubuntu)
I'm attempting to utilise registrator in AWS for service discovery however I've noted that the IP used to register services is set to 0.0.0.0. AWS automatically sets the hostname of the instance to a variation based off the private ip address (e.g. ip-10-0-255-5) and therefore it should be resolvable.
It appears either go or alpine aren't respecting the configuration in /etc/resolv.conf Running the same ping command against the stock debian:jessie container works.
Pinging ip-10-0-255-5
Checking /etc/resolv.conf
docker-compose.yml