github.com/hustcat/docker@v1.3.3-0.20160314103604-901c67a8eeab/man/docker-volume-rm.1.md (about)

     1  % DOCKER(1) Docker User Manuals
     2  % Docker Community
     3  % JULY 2015
     4  # NAME
     5  docker-volume-rm - Remove a volume
     6  
     7  # SYNOPSIS
     8  **docker volume rm**
     9  [**--help**]
    10  VOLUME [VOLUME...]
    11  
    12  # DESCRIPTION
    13  
    14  Removes one or more volumes. You cannot remove a volume that is in use by a container.
    15  
    16    ```
    17    $ docker volume rm hello
    18    hello
    19    ```
    20  
    21  # OPTIONS
    22  **--help**
    23    Print usage statement
    24  
    25  # HISTORY
    26  July 2015, created by Brian Goff <cpuguy83@gmail.com>