Docker prune explained - usage and examples
https://takacsmark.com/docker-prune02.10.2018 · The docker volume prune command will remove all volumes that are not used by at least one container. This may get dangerous, because you may loose some prepared data. Therefore it is essential to set up REPEATABLE data initiation and migration tools for your projects, don’t just store critical data in your Docker volumes.