Docker: How to remove all stopped containers
Run this command in your shell:
docker rm $(docker ps -a -q)
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow