Files
docker-cli/components/engine/docs/reference/commandline/volume_rm.md
Brian Goff bfe1bbc7d2 Add volume API/CLI
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Upstream-commit: b3b7eb2723461b1eb4be692f4bced0ae8ea9cb58
Component: engine
2015-08-26 13:37:52 -04:00

23 lines
410 B
Markdown

<!--[metadata]>
+++
title = "ps"
description = "the volume rm command description and usage"
keywords = ["volume, rm"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
# volume rm
Usage: docker volume rm [OPTIONS] [VOLUME NAME]
Remove a volume
--help=false Print usage
Removes a volume. You cannot remove a volume that is in use by a container.
$ docker volume rm hello
hello