Tip for Recovering Disk Space from Docker Containers
If you use Docker a lot every day, you should clean up unwanted images, volumes, and containers to free up space on your disk.
To remove everything you don't need (make sure to stop unwanted containers first), run this command:
docker system prune --...
blog.pawan.win1 min read
Nitin Chaudhary
Figuring Out Stuff
I got 3 gb storage clean up loll