标签:系统 信息 manage tps inux logrotate app code ota
内容收集自 阿里云栖社区 https://yq.aliyun.com/articles/110806
卸载旧版软件
yum remove docker docker-client docker-client-latest docker-common docker-latest docker-latest-logrotate docker-logrotate docker-engine
安装必要的一些系统工具
yum install -y yum-utils device-mapper-persistent-data lvm2
添加软件源信息
yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
更新并安装 Docker-CE
yum makecache fast
yum -y install docker-ce
开启 docker 服务
systemctl start docker
标签:系统 信息 manage tps inux logrotate app code ota
原文地址:https://www.cnblogs.com/shangsharon/p/11562227.html