1
0
mirror of https://github.com/docker/cli.git synced 2025-07-30 17:03:07 +03:00
Files
cli/docs/reference/commandline/volume_rm.md
David Karlsson dc22572e3e chore: regenerate docs
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-04 10:30:56 +02:00

858 B

volume rm

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

Aliases

docker volume rm, docker volume remove

Options

Name Type Default Description
-f, --force bool Force the removal of one or more volumes

Description

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

Examples

$ docker volume rm hello

hello