[install] Update CentOS8
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>pull/464/head
parent
4f7b448f0c
commit
4f08e73bfe
|
@ -1,12 +1,12 @@
|
||||||
# CentOS8 安装 Docker CE
|
# CentOS8 安装 Docker CE
|
||||||
|
|
||||||
当前官方版本的 Docker CE [尚未支持][docker-docker] CentOS8,我们可以使用 Moby 项目维护者 AkihiroSuda 所构建的包,具体请参考 https://github.com/AkihiroSuda/moby-snapshot。
|
当前官方版本的 Docker CE [尚未支持][docker-docker] CentOS8,我们可以使用 Moby 项目维护者 AkihiroSuda 所构建的包,具体请参考 https://github.com/AkihiroSuda/moby-snapshot
|
||||||
|
|
||||||
[docker-docker]:https://download.docker.com/linux/centos/
|
[docker-docker]:https://download.docker.com/linux/centos/
|
||||||
|
|
||||||
## 设置
|
## 设置
|
||||||
|
|
||||||
由于 CentOS8 防火墙使用了 `nftables`,我们可以使用如下设置使用 `iptables`
|
由于 CentOS8 防火墙使用了 `nftables`,但 Docker CE 尚未支持 `nftables`, 我们可以使用如下设置使用 `iptables`:
|
||||||
|
|
||||||
更改 `/etc/firewalld/firewalld.conf`
|
更改 `/etc/firewalld/firewalld.conf`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue