Docker remove all containers

docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)

and images:
docker rmi $(docker images -q)


You'll only receive email when they publish something new.

More from 10827
All posts