DEV Community

Cover image for How I claimed lost disk space due to unused Docker images

How I claimed lost disk space due to unused Docker images

Prathamesh Sonpatki on January 30, 2020

I started using Docker recently at work. I had to build lot of docker images for my Rails app. After few days, on one fine morning I was building a...
Collapse
 
oscarteg profile image
Oscar te Giffel

Just use docker system prune or docker system prune -a

Sorry no formatting I’m on mobile

Collapse
 
prathamesh profile image
Prathamesh Sonpatki

Thanks Oscar, it just works!