signalfx / maestro-ng

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

Add support for extra_hosts #132

Closed lightcode closed 9 years ago

lightcode commented 9 years ago

I add a feature allowed by docker-py to map hostname with an IP in container (/etc/hosts). I use this feature to add custom hosts inside my containers and I think it's a good point to add this to Maestro.

mpetazzoni commented 9 years ago

Awesome, thanks!