Files
docker-cli/docs/reference/commandline/volume_rm.md
Brian Goff 1f10226bfd Add volume API/CLI
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-06-02 00:07:07 +00:00

410 B

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