Shell/Bash: remove all unused volumes docker Example
Shell/Bash Example: This is the "remove all unused volumes docker" Example. compiled from many sources on the internet by SimpleTutorials.org
remove all unused volumes docker
docker volume prune
remove all unused volumes docker
$ docker volume prune WARNING! This will remove all local volumes not used by at least one container. Are you sure you want to continue? [y/N] y Deleted Volumes: 07c7bdf3e34ab76d921894c2b834f073721fccfbbcba792aa7648e3a7a664c2e my-named-vol Total reclaimed space: 36 B
* Summary: This "remove all unused volumes docker" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!