-
Notifications
You must be signed in to change notification settings - Fork 645
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
docker networks instead of links #321
Comments
yes, i'm sure at some point it will be added. pull requests are always welcome. |
Indeed we want to add new features introduced with Docker 1.9, although not quite clear how to do this for docker network yet. The 0.14.x series is dedicated for adding new Docker 1.9 features. We will also have to think about how to handle backwards compatibility. |
Network links are now supported for 0.14.0 with the new Might be a good idea to create a network on the fly if requested and not existant ? |
Would be perfect if PropertyConfigHandler was also extended for this feature. |
good point, added this, too. |
docker 1.9 introduces the new docker networking and at the same time discourages docker links:
https://blog.docker.com/2015/11/docker-multi-host-networking-ga/
https://docs.docker.com/engine/userguide/networking/default_network/dockerlinks/
Do you have plans to support the feature? It would be interesting because it easily allows two-way-communication.
The text was updated successfully, but these errors were encountered: