[install] Update CentOS8

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
pull/464/head
Kang Huaishuai 2020-09-06 09:30:17 +08:00
parent b0ccb74dbd
commit cc210f75a7
No known key found for this signature in database
GPG Key ID: 5E515022F565DA09
2 changed files with 24 additions and 1 deletions

View File

@ -3,3 +3,27 @@
Docker CE [][docker-docker] CentOS8使 Moby AkihiroSuda https://github.com/AkihiroSuda/moby-snapshot。
[docker-docker]:https://download.docker.com/linux/centos/
##
CentOS8 使 `nftables`使使 `iptables`
`/etc/firewalld/firewalld.conf`
```bash
# FirewallBackend=nftables
FirewallBackend=iptables
```
```bash
$ firewall-cmd --permanent --zone=trusted --add-interface=docker0
$ firewall-cmd --reload
```
##
* https://firewalld.org/2018/07/nftables-backend
* https://github.com/moby/libnetwork/issues/2496

View File

@ -9,7 +9,6 @@
Docker CE [Ubuntu](https://ubuntu.com/server) 操作系统:
* Ubuntu Focal 20.04 (LTS)
* Eoan 19.10
* Bionic 18.04 (LTS)
* Xenial 16.04 (LTS)