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

See Also

docker-volume(1)

Referenced By

docker-volume(1).

Apr 2025 Docker Community Docker User Manuals