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
`start.sh` should now correctly pick up the container's IP, no
matter where it shows up in `/etc/hosts`, instead of expecting
it to be in the first line
Resolvesches#13
The way
/etc/hosts
is being rendered has changed in Docker 1.10.0 - (see moby/moby#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.
The text was updated successfully, but these errors were encountered: