Check Docker volume configuration and health:
Analyzes Docker volume configuration, usage, and health to identify issues and provide cleanup recommendations.
/plugin marketplace add danielrosehill/linux-server-plugin/plugin install linux-desktop-mgmt@danielrosehillfilesystem/Check Docker volume configuration and health:
docker volume lsdocker system df -vdocker volume inspect $(docker volume ls -q)docker volume ls -f dangling=truels -la /path/to/docker/volumes/docker ps -q | xargs docker inspect --format '{{ .Name }}: {{ range .Mounts }}{{ .Source }} -> {{ .Destination }}, {{ end }}'df -h /path/to/docker/volumes/Provide Daniel with: