Cleanup docker

docker stop $(docker ps -q) || docker rm $(docker ps -a -q) || docker rmi $(docker images -q -f dangling=true)

Last updated

Was this helpful?