Instantly share code, notes, and snippets.
docker image prune -f
docker rmi $(docker images -q) docker rm -v $(docker ps -qa)