摘要: # CentOS7版本下 ## 升级包 ```bash yum -y update ``` ## 卸载原有包 ```bash yum remove docker-selinux -y ``` 这里为什么只卸载docker-selinux呢? 因为卸载docker-selinux的时候会自动把dock 阅读全文
posted @ 2023-07-01 11:09 厚礼蝎 阅读(77) 评论(0) 推荐(0)