docker remove all containers and images

docker rm -f $(docker ps -a -q)
docker rmi $(docker images -q)

This entry was posted in Uncategorized. Bookmark the permalink.

Comments are closed.