Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation_docker.md #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions walle-web.io/docs/2/zh-cn/installation_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ sudo yum install docker-ce -y
sudo systemctl enable docker
sudo systemctl start docker
```
在安装过程中,也许会遇到Requires: containerd.io >= 1.2.2-3 的异常;
可以打开[Centos下载包](http://mirror.centos.org/centos/7/extras/x86_64/Packages/)中的最新containerd.io包的地址,
然后运行:
```
sudo yum install -y http://mirror.centos.org/centos/7/extras/x86_64/Packages/containerd.io-1.2.10-3.2.el7.x86_64.rpm
```

在安装过程中,也许会遇到Requires: container-selinux >= 2.9 的异常;
可以打开[Centos下载包](http://mirror.centos.org/centos/7/extras/x86_64/Packages/)中的最新container-selinux包的地址,
然后运行:
Expand Down