Closed davidgiesberg closed 8 years ago
The way /etc/hosts is being rendered has changed in Docker 1.10.0 - (see docker/docker#19198).
/etc/hosts
The existing entrypoint script expects the container's bridge network IP to be in the first line of /etc/hosts, but that is no longer the case.
I'll have a PR coming shortly.
The way
/etc/hosts
is being rendered has changed in Docker 1.10.0 - (see docker/docker#19198).The existing entrypoint script expects the container's bridge network IP to be in the first line of
/etc/hosts
, but that is no longer the case.I'll have a PR coming shortly.