docker-volume-rm - Man Page

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)

Referenced By

docker-volume(1).

Dec 2024 Docker Community Docker User Manuals