添加 '存储/ceph/p版本安装/4-安装containerd及docker.md'
This commit is contained in:
parent
c49e431960
commit
c007bc5cec
1 changed files with 6 additions and 0 deletions
6
存储/ceph/p版本安装/4-安装containerd及docker.md
Normal file
6
存储/ceph/p版本安装/4-安装containerd及docker.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
```shell
|
||||
yum remove -y containerd.io
|
||||
yum install -y yum-utils device-mapper-persistent-data lvm2 wget ipvsadm vim
|
||||
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
|
||||
yum install -y containerd.io docker-ce
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue