While experimenting with Docker and Docker Compose I suddenly ran into \"no space left on device\" errors. I\'ve tried to remove everything using methods suggested in similar qu
For future reference, if you have removed all the containers you can also try docker system prune which will remove dangling images, containers and anything else.