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

Clean up bridge network when task failed or killed #90

Closed SuchithArodi closed 4 years ago

SuchithArodi commented 4 years ago

Clean up bridge network when task failed or killed Docker bridge network has a limit of 31. Bridge network should always be cleaned up no matter task failed or killed.

Signed-off-by: Suchith Arodi suchith.arodi@gmail.com

sjlee commented 4 years ago

@SuchithArodi, congratulations on your first PR! Can I ask you to write a unit test or tests to verify the changes as part of the PR? Thanks.