components/docker/files/man/docker-kill.1
changeset 6468 af5d82385cd7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docker/files/man/docker-kill.1	Wed Jul 20 17:19:20 2016 -0700
@@ -0,0 +1,38 @@
+.TH "DOCKER" "1" " Docker User Manuals" "Docker Community" "JUNE 2014"  ""
+
+
+.SH NAME
+.PP
+docker\-kill \- Kill a running container using SIGKILL or a specified signal
+
+
+.SH SYNOPSIS
+.PP
+\fBdocker kill\fP
+[\fB\-\-help\fP]
+[\fB\-s\fP|\fB\-\-signal\fP[=\fI"KILL"\fP]]
+CONTAINER [CONTAINER...]
+
+
+.SH DESCRIPTION
+.PP
+The main process inside each container specified will be sent SIGKILL,
+ or any signal specified with option \-\-signal.
+
+
+.SH OPTIONS
+.PP
+\fB\-\-help\fP
+  Print usage statement
+
+.PP
+\fB\-s\fP, \fB\-\-signal\fP="\fIKILL\fP"
+   Signal to send to the container
+
+
+.SH HISTORY
+.PP
+April 2014, Originally compiled by William Henry (whenry at redhat dot com)
+ based on docker.com source material and internal work.
+June 2014, updated by Sven Dowideit 
+\[la][email protected]\[ra]