docker v20.10.0 released

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
This commit is contained in:
Kang Huaishuai
2020-12-20 22:10:25 +08:00
parent da10b3a7a1
commit 47e83e7aa3
8 changed files with 15 additions and 20 deletions

View File

@@ -85,12 +85,6 @@ docker-ce.x86_64 18.06.1.ce-3.fc28 docker-ce-stable
$ sudo dnf -y install docker-ce-18.06.1.ce
```
由于 Fedora 31 默认启用了 **Cgroupv2**稳定版本的 Docker Cgroupv2 不兼容你可以安装测试版 Docker或者执行以下命令切换到 **Cgroupv1** 并重启计算机:
```bash
$ sudo grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=0"
```
## 使用脚本自动安装
在测试或开发环境中 Docker 官方为了简化安装流程提供了一套便捷的安装脚本Debian 系统上可以使用这套脚本安装另外可以通过 `--mirror` 选项使用国内源进行安装