components/docker/files/man/docker-volume-rm.1
author Jesse Butler <jesse.butler@oracle.com>
Wed, 20 Jul 2016 17:19:20 -0700
changeset 6468 af5d82385cd7
permissions -rw-r--r--
PSARC/2016/354 Docker Engine 1.10.3 23499922 Docker Engine for Solaris 23757816 Docker on Solaris could use a support utility

.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]