Infrastructure DevOpsUseful Docker commandsPurge all Docker resources1 2 docker system prune --all docker system prune --volumes Remove all images1 docker rmi -f $(docker images -a -q)