man/docker-kill.1.md
0a0dd116
 % DOCKER(1) Docker User Manuals
b07f1938
 % Docker Community
 % JUNE 2014
0a0dd116
 # NAME
b07f1938
 docker-kill - Kill a running container using SIGKILL or a specified signal
0a0dd116
 
 # SYNOPSIS
b07f1938
 **docker kill**
a2b529ea
 [**--help**]
b07f1938
 [**-s**|**--signal**[=*"KILL"*]]
e01baa6b
 CONTAINER [CONTAINER...]
0a0dd116
 
 # DESCRIPTION
 
 The main process inside each container specified will be sent SIGKILL,
  or any signal specified with option --signal.
 
 # OPTIONS
a2b529ea
 **--help**
   Print usage statement
 
b07f1938
 **-s**, **--signal**="KILL"
0a0dd116
    Signal to send to the container
 
 # HISTORY
 April 2014, Originally compiled by William Henry (whenry at redhat dot com)
fa29b1f0
  based on docker.com source material and internal work.
b07f1938
 June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>