volume rm
1 2 3 4 5 | 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.
1 2 | $ docker volume rm hello hello |
1 2 3 4 5 | 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.
1 2 | $ docker volume rm hello hello |
Designed by : w10schools
service@w10schools.com
Please login to continue.