Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 638 Bytes

File metadata and controls

29 lines (21 loc) · 638 Bytes

volume rm

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

Remove a volume

  --help             Print usage

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

$ docker volume rm hello
hello

Related information