Remove all Docker containers, volumes, networks, and images
If you are like me and play around a lot with Docker, you will probably end up with a lot of containers, networks, volumes, and images in your system which you don't need. Here's a quick guide on how to remove these. By using xargs --no-run-if-empty we can prevent Docker …