查看容器占用磁盘大小
bash
docker system df

查看单个image、container大小:
bash
docker system df -v

清理所有废弃镜像与Build Cache
bash
docker system prune -a
