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

handle compressed resource files properly #73

Closed kmala closed 5 years ago

kmala commented 5 years ago

Mesos accepts archive file formats and extracts them, so when user passes an archive with compose files, then DCE should take care of it by looking into the appropriate folders.

sjlee commented 5 years ago

Can we write unit tests for this?