1、查看详细的使用
docker system df -v
2、查看docker目录大小
du -hs /var/lib/docker/
3、清理磁盘,删除关闭的容器、无用的数据卷和网络
docker system prune
docker system prune -a 清理的更彻底