How to clean up Docker - Stack Overflow
https://stackoverflow.com/questions/4579807621.08.2017 · docker takes lot of gig into three main areas : Check for downloaded and compiled images. clean unused and dead images by running below command $docker image prune -a Docker creates lot of volume, some of the volumes are from dead container that are no more used clean the volume and reclaim the space using $docker system prune -af &&