docker volume rm

Estimated reading time: 1 minute

Description

Remove one or more volumes

Usage

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

Options

Name, shorthand Default Description
--force, -f false Force the removal of one or more volumes

Parent command

Command Description
docker volume Manage volumes
Command Description
docker volume create Create a volume
docker volume inspect Display detailed information on one or more volumes
docker volume ls List volumes
docker volume prune Remove all unused volumes
docker volume rm Remove one or more volumes

Extended description

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

chat icon Feedback? Suggestions? Can't find something in the docs?
Edit this page Request docs changes Get support
Rate this page: