Clean up after Docker
After many build and run sessions with Dockerfiles, you’ll be mostly left with a few left-over containers, unneeded mounts and exited images. Especially if you don’t use the ‘rmi’ flag when running docker build. Find out how many images Docker has on a system You can always inspect which images are currently clogging up your […]