Remove all stopped docker container, image and volumes

Remove all stopped docker containers, images, and volumes. Be careful when doing this action, all local images & volumes will be removed and can't be reverted

Authored by: Khanh Chau
Brought to you by Warp, a free terminal reimagined to work like a modern app.

Command
Copy
docker system prune --all -f && docker volume prune -f
Tags