Some way to clean up / identify contents of /var/lib/docker/overlay

Just to keep the record, I have done some clean up using:

docker volume rm $(docker volume ls -qf dangling=true)

This will not delete any container or any volume in use!

2 Likes