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

Use container pid for force kill #148

Closed JiaminZhu closed 9 months ago

JiaminZhu commented 9 months ago

Context DCE always use docker command for shutdown the pod or send signal to the pod, however there will be container leaks when docker hangs and not able to proceed those docker commands.

Solution Instead of using docker command, we use kill command when docker-compose stop failed