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

no port mapping host ip #266

Closed
tcurdt opened this issue Apr 30, 2015 · 2 comments
Closed

no port mapping host ip #266

tcurdt opened this issue Apr 30, 2015 · 2 comments

Comments

@tcurdt
Copy link

tcurdt commented Apr 30, 2015

I am currently tracking down a missing ip on the port binding. Looking at the inspect output I see

                "HostIp": "0.0.0.0",
                "HostPort": "6667"

while the code seems to expect HostIP

https://github.com/fsouza/go-dockerclient/blob/master/container.go#L116

s/HostIP/HostIp/g ?

@fsouza
Copy link
Owner

fsouza commented May 7, 2015

Closing, see #267.

@fsouza fsouza closed this as completed May 7, 2015
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

2 participants