components/docker/files/man/docker-volume-rm.1
changeset 6468 af5d82385cd7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docker/files/man/docker-volume-rm.1	Wed Jul 20 17:19:20 2016 -0700
@@ -0,0 +1,40 @@
+.TH "DOCKER" "1" " Docker User Manuals" "Docker Community" "JULY 2015"  ""
+
+
+.SH NAME
+.PP
+docker\-volume\-rm \- Remove a volume
+
+
+.SH SYNOPSIS
+.PP
+\fBdocker volume rm\fP
+[\fB\-\-help\fP]
+VOLUME [VOLUME...]
+
+
+.SH DESCRIPTION
+.PP
+Removes one or more volumes. You cannot remove a volume that is in use by a container.
+
+.PP
+.RS
+
+.nf
+  $ docker volume rm hello
+  hello
+
+.fi
+.RE
+
+
+.SH OPTIONS
+.PP
+\fB\-\-help\fP
+  Print usage statement
+
+
+.SH HISTORY
+.PP
+July 2015, created by Brian Goff 
+\[la][email protected]\[ra]