标签:启动 安装 man epo ice ali 服务 lvm2 inux
参考:https://juejin.im/post/5dac14c0f265da5b8c03cabe
安装一些必要的系统工具:
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
更新 yum 缓存:
yum makecache fast
安装 Docker-ce:
yum -y install docker-ce
启动 Docker 后台服务
systemctl start docker
标签:启动 安装 man epo ice ali 服务 lvm2 inux
原文地址:https://www.cnblogs.com/shining5/p/12936288.html