Files
docker-cli/components/engine/docs/reference/commandline/stop.md
Gaetan de Villele 062414bb0e fix frontmatter keywords value type (string, instead of []string) in /docs/reference
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
Upstream-commit: 248c699ec88bb249ce9fd03001d13f29ac0b4b99
Component: engine
2016-11-03 15:48:30 -07:00

854 B

title, description, keywords
title description keywords
stop The stop command description and usage stop, SIGKILL, SIGTERM

stop

Usage:  docker stop [OPTIONS] CONTAINER [CONTAINER...]

Stop one or more running containers

Options:
      --help       Print usage
  -t, --time int   Seconds to wait for stop before killing it (default 10)

The main process inside the container will receive SIGTERM, and after a grace period, SIGKILL.