查询一下文件夹的大小

1
du -h --max-depth=1

清理Docker没有使用的文件

1
docker system prune -a -f