1. Monitor your docker used storage
docker system df: Quick check storage status of images, containers, volumes, cache.... RECLAIMABLE is the disk size that you can clean up
docker system df --verbose: List detail storage status of each image, container, volume
docker ps -a --filter...