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

Add label to check if Pod got launched #55

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 volumes if pod wasn't launched.