This commit is contained in:
bing 2022-06-23 12:02:57 +08:00
parent 977083f23f
commit c11342092b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
yum install -y yum-utils device-mapper-persistent-data lvm2 wget
wget -O /etc/yum.repos.d/docker-ce.repo https://download.docker.com/linux/centos/docker-ce.repo
sed -i 's+download.docker.com+mirrors.tuna.tsinghua.edu.cn/docker-ce+' /etc/yum.repos.d/docker-ce.repo
yum makecache fast
yum makecache
yum install -y containerd.io
```