Infrastructure DevOps Useful Docker commands Purge all Docker resources 1 2 docker system prune --all docker system prune --volumes Remove all images 1 docker rmi -f $(docker images -a -q)