docker volume rm


Remove one or more volumes

Usage

$ docker volume rm [OPTIONS] VOLUME [VOLUME...]

Refer to the options section for an overview of available OPTIONS for this command.

Description

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

For example uses of this command, refer to the examples section below.

Options

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

Examples

$ docker volume rm hello

hello

Parent command

Command Description
docker volume Manage volumes
Command Description
docker volume create Create a volume
docker volume inspect Display detailed information on one or more volumes
docker volume ls List volumes
docker volume prune Remove all unused local volumes
docker volume rm Remove one or more volumes

© 2019 Docker, Inc.
Licensed under the Apache License, Version 2.0.
Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries.
Docker, Inc. and other parties may also have trademark rights in other terms used herein.
https://docs.docker.com/engine/reference/commandline/volume_rm/