man/docker-volume-rm.1.md
b3b7eb27
 % DOCKER(1) Docker User Manuals
 % Docker Community
 % JULY 2015
 # NAME
 docker-volume-rm - Remove a volume
 
 # SYNOPSIS
 **docker volume rm**
27240103
 [**--help**]
 VOLUME [VOLUME...]
b3b7eb27
 
 # DESCRIPTION
 
00eaa7e1
 Removes one or more volumes. You cannot remove a volume that is in use by a container.
b3b7eb27
 
27240103
   ```
   $ docker volume rm hello
   hello
   ```
b3b7eb27
 
 # OPTIONS
27240103
 **--help**
   Print usage statement
b3b7eb27
 
 # HISTORY
 July 2015, created by Brian Goff <cpuguy83@gmail.com>