Remove all docker containers
We all love docker containers, but at some point in time, you create too much of em, and you just wanna start fresh and remove em all! Well now you can in 2 commands :
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
Written by Zakaria Braksa
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Docker
Authors
Related Tags
#docker
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#