1DOCKER(1) JUNE 2014 DOCKER(1)
2
3
4
6 docker-stop - Stop a container by sending SIGTERM and then SIGKILL
7 after a grace period
8
9
10
12 docker stop [--help] [-t|--time[=10]] CONTAINER [CONTAINER...]
13
14
15
17 Stop a container (Send SIGTERM, and then SIGKILL after
18 grace period)
19
20
21
23 --help
24 Print usage statement
25
26
27 -t, --time=10
28 Number of seconds to wait for the container to stop before killing
29 it. Default is 10 seconds.
30
31
32 #See also docker-start(1) to restart a stopped container.
33
34
35
37 April 2014, Originally compiled by William Henry (whenry at redhat dot
38 com) based on docker.com source material and internal work. June 2014,
39 updated by Sven Dowideit ⟨SvenDowideit@home.org.au⟩
40
41
42
43Docker Community Docker User Manuals DOCKER(1)