Skip to content

Docker volume pruning

Docker volume pruning is a maintenance operation used to remove all unused volumes from the system^[400-devops-03-containerization-readme.md].

Usage

To execute this operation and clean up unused local volumes, the following command is used^[400-devops-03-containerization-readme.md]:

docker volume prune

Sources

^[400-devops-03-containerization-readme.md]