Skip to content

Add support for NetworkSettings.Networks #144

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

Merged
merged 2 commits into from
Dec 20, 2015
Merged

Add support for NetworkSettings.Networks #144

merged 2 commits into from
Dec 20, 2015

Conversation

dustinblackman
Copy link
Contributor

Overview

Latest version of Docker and the go docker client adds NetworkSettings.Networks, which contains information for Docker's multi-host networking. This adds support for applications such as your nginx-proxy to route to containers internally across Docker's networks without having to expose ports.

I currently have this running in a production cluster and looks good!

@valeriangalliat
Copy link

👍

1 similar comment
@killix
Copy link

killix commented Dec 18, 2015

👍

@aGHz
Copy link

aGHz commented Dec 18, 2015

Yes please 👍

@md5
Copy link
Contributor

md5 commented Dec 18, 2015

This looks good to me as far as it goes. Any reason you didn't include MacAddress, GlobalIPv6PrefixLen, or IPPrefixLen?

@jwilder
Copy link
Collaborator

jwilder commented Dec 18, 2015

@dustinblackman Looks good. Will hold off on merging in case the additional fields @md5 listed would be useful to include. I'm fine adding them now or holding off for another PR. Let me know whether you plan to update this PR or not.

@dustinblackman
Copy link
Contributor Author

@jwilder @md5 Updated the PR!

@md5
Copy link
Contributor

md5 commented Dec 19, 2015

🤘

jwilder added a commit that referenced this pull request Dec 20, 2015
Add support for NetworkSettings.Networks
@jwilder jwilder merged commit 4194501 into nginx-proxy:master Dec 20, 2015
@jwilder
Copy link
Collaborator

jwilder commented Dec 20, 2015

Thanks @dustinblackman @md5!

punkstar added a commit to punkstar/docker-gen that referenced this pull request Dec 23, 2015
* Document the Network struct introduced by nginx-proxy#144
* Document the IPv6 support introduced by nginx-proxy#122
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

Successfully merging this pull request may close these issues.

6 participants