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

Using Docker version 18.09.3 and general solution works properly:
docker system prune --all --volumes --force
Just freed 80+ Gb on the server

7 Likes