Files
docker-docs/compose/reference/kill.md
Gaetan de Villele bb4f3be02e fix frontmatter keywords values in compose/reference/ files
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-03 10:13:21 -07:00

502 B

description, keywords, menu, title
description keywords menu title
Forces running containers to stop. fig, composition, compose, docker, orchestration, cli, kill
main
identifier parent
kill.compose smn_compose_cli
kill

kill

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