mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
https://github.com/docker/compose/releases/tag/1.24.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
475 B
475 B
description, keywords, title, notoc
| description | keywords | title | notoc |
|---|---|---|---|
| Forces running containers to stop. | fig, composition, compose, docker, orchestration, cli, kill | docker-compose kill | true |
Usage: kill [options] [SERVICE...]
Options:
-s SIGNAL SIGNAL to send to the container.
Default signal is SIGKILL.
Forces running containers to stop by sending a SIGKILL signal. Optionally the
signal can be passed, for example:
docker-compose kill -s SIGINT