docker compose kill web

Category: Docker

docker compose kill web

Force-kill a service's containers

Sends SIGKILL to the web service containers immediately, without waiting for graceful shutdown. Prefer docker compose stop for orderly stops; kill is for unresponsive containers. Add -s with a signal name to send something gentler.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.