Remove all <none> images after building (moved)

Delete all stoped containers

docker rm $(docker ps -a -q)

Remove all images

docker rmi $(docker images -q)

Last updated

Was this helpful?