signalfx / maestro-ng

Orchestration of Docker-based, multi-host environments
https://signalfx.com
Apache License 2.0
685 stars 83 forks source link

Leverage new Docker networking (e.g., --publish-service) #154

Open bradjones1 opened 8 years ago

bradjones1 commented 8 years ago

Docker has a new internal networking system that largely does away with the weirdness with simple container links a la https://github.com/signalfuse/maestro-ng/issues/130. Docker-py has recently incorporated support (https://github.com/docker/docker-py/pull/729) so this should be pretty straightforward.