docker-volume-rm(1)



DOCKER(1)                                                            DOCKER(1)

NAME
       docker-volume-rm - Remove one or more volumes

SYNOPSIS
       docker volume rm [OPTIONS] VOLUME [VOLUME...]

DESCRIPTION
       Remove one or more volumes. You cannot remove a volume that is in use
       by a container.

OPTIONS
       -f, --force[=false]
           Force the removal of one or more volumes

       -h, --help[=false]
           help for rm

EXAMPLE
              $ docker volume rm hello
              hello

SEE ALSO
       docker-volume(1)

Docker Community                   Jun 2020                          DOCKER(1)

Man(1) output converted with man2html
list of all man pages