Shutting down Docker containers via supervisor
问题 I'm unable to shut down Docker containers that were launched by supervisor through supervisorctl stop all . Even through supervisorctl status shows the containers are down, docker ps and ps indicate that they are in fact still running. Consulting the supervisor documentation on the action for supervisorctl stop <name> reveals that SIGTERM is sent to processes followed by SIGKILL if still running after some grace period. I tried to do this manually and found that SIGTERM sent to a docker run