#remove dangling images docker rmi -f $(docker images -f "dangling=true" -q) #remove containers docker rm -f $(docker ps -aq)
Last updated 3 years ago