磁盘管理 ubuntudebiancentos beginner

清理 Docker 磁盘

清理 Docker 停止的容器、悬空镜像和无用网络

概述

清理 Docker 停止的容器、悬空镜像和无用网络

命令

将清理 Docker 无用数据,是否继续?

docker system prune -f

适用场景

Docker 磁盘占用过大时定期清理。

前置条件

Docker 已安装。

相关