Difficulty: Beginner
How do you clean up unused Docker images, containers, and volumes?
Use `docker system prune`. To remove everything including unused images and volumes, use `docker system prune -a --volumes`.
Prune, Storage, Cleanup
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.