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
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