docker清空没有使用的数据信息
更新:HHH   时间:2023-1-7


docker清空没有使用的数据信息

在本地开发程序并进行docker的时候会产生很多无用信息,清除命令如下:

sudo docker system prune -a -f
返回系统运维教程...