signalfx / maestro-ng

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

Docker default port is not 4243 #120

Closed vlad-belogrudov closed 9 years ago

vlad-belogrudov commented 9 years ago

Docker by default listens to 2375. If we run maestro without specifying a port for docker daemons maestro will try 4243 and will fail.

mpetazzoni commented 9 years ago

Yeah that dates back from the old(er) days of Docker when port 4243 was the default port. Should be fixed now.