1DOCKER(1)                          JUNE 2014                         DOCKER(1)
2
3
4

NAME

6       docker-kill - Kill a running container using SIGKILL or a specified
7       signal
8
9
10

SYNOPSIS

12       docker kill [--help] [-s|--signal[="KILL"]] CONTAINER [CONTAINER...]
13
14
15

DESCRIPTION

17       The main process inside each container specified will be sent SIGKILL,
18        or any signal specified with option --signal.
19
20
21

OPTIONS

23       --help
24         Print usage statement
25
26
27       -s, --signal="KILL"
28          Signal to send to the container
29
30
31

HISTORY

33       April 2014, Originally compiled by William Henry (whenry at redhat dot
34       com)
35        based on docker.com source material and internal work.  June 2014,
36       updated by Sven Dowideit ⟨SvenDowideit@home.org.au⟩
37
38
39
40Docker Community              Docker User Manuals                    DOCKER(1)
Impressum