I tried to prune my Docker disk space, but Docker.raw is still very large:
docker system df
TYPE TOTAL ACTIVE SIZE RECLAIMABLE
Images 0 0 0B 0B
Containers 0 0 0B 0B
Local Volumes 0 0 0B 0B
Build Cache 0 0 0B 0B
du -h Docker.raw
42G Docker.raw
How can I free up this space, that is apparently not used?