Go back
Context
Your hard drive is full of containers and images from previous Docker builds.
I tried using docker rmi
only to realise it will fail if the image is still used by a container.
Solution
Note: I’ve put the solution in a gist because of formatting issues with this blog.
See Also