Compartir comentarios
Las respuestas se generan en base a la documentación.

docker compose kill

DescripciónForce stop service containers
Usodocker compose kill [OPTIONS] [SERVICE...]

Descripción

Forces running containers to stop by sending a SIGKILL signal. Optionally the signal can be passed, for example:

$ docker compose kill -s SIGINT

Opciones

OpciónPredeterminadoDescripción
--remove-orphansRemove containers for services not defined in the Compose file
-s, --signalSIGKILLSIGNAL to send to the container