Centos 7 安装docker 安装odoo
Centos 7 安装 docker yum update -y 更新 yum -y install docker 安装docker sudo systemctl start docker 启动docker sudo systemctl enable docker 注册docker 重启 安装慢,换源: sysconfig/docker 最后添加: other_args=”–registry-mirror=http://hub-mirror.c.163.com” OPTIONS=’–registry-mirror=http://hub-mirror.c.163.com’ 保存 重启dcok
用户评论