摘要:
简单粗暴重新安装yum。 1、查看linux上所有的yum包 # rpm -qa|grep yum 2、逐个卸载,如 # rpm -e yum-plugin-fastestmirror-1.1.31-34.el7.noarch --nodeps 3、查看自己需要的yum包 # cat /etc/re 阅读全文
posted @ 2022-01-19 10:30
干了这瓶老干妈
阅读(4846)
评论(0)
推荐(0)
摘要:
首先使用du命令逐层分析docker磁盘的使用情况: (base) [root@openvino docker]# du -h --max-depth=1 | sort 0 ./containerd 0 ./libnetwork 0 ./netns 0 ./plugins 0 ./swarm 32K 阅读全文
posted @ 2022-01-19 10:06
干了这瓶老干妈
阅读(250)
评论(0)
推荐(0)