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

added PodLaunched to keep track if pod launched or not. #56

Closed vipragupta closed 6 years ago

vipragupta commented 6 years ago

Added a label PodLaunched that keeps track if pod got launched or not. This will help to make sure we don't clean up the image and other post pod launch tasks if pod wasn't launched.