Process Flow - System prune for cleanup
Start: Docker system prune command
Check for unused containers
Check for unused images
Check for unused networks
Check for unused build cache
Remove all unused data
Display freed space
End
The system prune command checks for unused Docker data like containers, images, networks, and cache, then removes them to free space.