1、清理缓存
docker system prune -a --force
-a 删除全部未使用的镜像,-f 或 --force 不经过确认强行删除
2、检查缓存
docker system helpdocker system df
1