708 Star 3.1K Fork 1.4K

aqztcom/kjyw

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
docker.18.09.8.sh 394 Bytes
Copy Edit Raw Blame History
aq2.cn authored 2019-11-28 10:47 . docker
#!/bin/bash
yum install -y yum-utils device-mapper-persistent-data lvm2 nfs-utils conntrack-tools
yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
yum makecache fast
yum install -y docker-ce-18.09.8 docker-ce-cli-18.09.8
systemctl daemon-reload
systemctl enable docker
systemctl restart docker
systemctl status docker
docker info |grep Version
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/aqztcom/kjyw.git
git@gitee.com:aqztcom/kjyw.git
aqztcom
kjyw
kjyw
master

Search