Clean docker environment: devicemapper
Don’t use a devicemapper loop file for anything serious! Docker has big warnings about this. The /var/lib/docker/devicemapper/devicemapper directory contains the sparse loop files that contain all the data that docker mounts. So you would need to use lvm tools to trawl around them and do things. Have a read though the remove issues with devicemapper, … Read more