docker volume rm

DescriptionRemove one or more volumes
Usagedocker volume rm [OPTIONS] VOLUME [VOLUME...]
Aliases
docker volume remove

Description

Remove one or more volumes. You can't remove a volume that's in use by a container.

Options

OptionDefaultDescription
-f, --forceAPI 1.25+ Force the removal of one or more volumes

Examples

$ docker volume rm hello

hello