Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default advertised hostname resolution broken in Docker 1.10.0 #13

Closed
davidgiesberg opened this issue Feb 9, 2016 · 0 comments
Closed

Comments

@davidgiesberg
Copy link

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.

davidgiesberg added a commit to davidgiesberg/docker-kafka that referenced this issue Feb 9, 2016
`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

Resolves ches#13
@ches ches closed this as completed in #14 Apr 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant