1.yum install -y epel-release
2.yum install -y docker-io
3.cat /etc/sysconfig/docker
other_args="--registry-mirror=https://tzi94mpq.mirror.aliyuncs.com"
4.service docker start
ps -ef |grep docker
5.docker version
1.yum install -y epel-release
2.yum install -y docker-io
3.cat /etc/sysconfig/docker
other_args="--registry-mirror=https://tzi94mpq.mirror.aliyuncs.com"
4.service docker start
ps -ef |grep docker
5.docker version
本文标题:Centos-6.8 安装docker
本文链接:https://www.haomeiwen.com/subject/luwgbftx.html
网友评论