paypal / dce-go

Docker Compose Executor to launch pod of docker containers in Apache Mesos.
Apache License 2.0
63 stars 48 forks source link

support any compose file version between 2.1 to 3.0 #66

Closed JiaminZhu closed 5 years ago

JiaminZhu commented 5 years ago

This PR has one bug fix and one compose file version enhancement.

Enhancement: support any compose file version between 2.1 to 3.0. (Note: 3.0 is excluded.) Fix: To avoid executor leaks caused by docker log command hang, have docker log command in a goroutine.