mirror of
https://github.com/docker/docs.git
synced 2026-03-31 08:18:55 +07:00
engine: fix typo: iptables6 -> ip6tables
Follow-up of 66b96d63, 's/iptables6/ip6tables/g'.
Signed-off-by: Albin Kerouanton <albinker@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ To get started with Docker Engine on Debian, make sure you
|
||||
[Docker and ufw](../../network/packet-filtering-firewalls.md#docker-and-ufw).
|
||||
- Docker is only compatible with `iptables-nft` and `iptables-legacy`.
|
||||
Firewall rules created with `nft` are not supported on a system with Docker installed.
|
||||
Make sure that any firewall rulesets you use are created with `iptables` or `iptables6`,
|
||||
Make sure that any firewall rulesets you use are created with `iptables` or `ip6tables`,
|
||||
and that you add them to the `DOCKER-USER` chain,
|
||||
see [Packet filtering and firewalls](../../network/packet-filtering-firewalls.md).
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ To get started with Docker Engine on Raspberry Pi OS, make sure you
|
||||
[Docker and ufw](../../network/packet-filtering-firewalls.md#docker-and-ufw).
|
||||
- Docker is only compatible with `iptables-nft` and `iptables-legacy`.
|
||||
Firewall rules created with `nft` are not supported on a system with Docker installed.
|
||||
Make sure that any firewall rulesets you use are created with `iptables` or `iptables6`,
|
||||
Make sure that any firewall rulesets you use are created with `iptables` or `ip6tables`,
|
||||
and that you add them to the `DOCKER-USER` chain,
|
||||
see [Packet filtering and firewalls](../../network/packet-filtering-firewalls.md).
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ To get started with Docker Engine on Ubuntu, make sure you
|
||||
[Docker and ufw](../../network/packet-filtering-firewalls.md#docker-and-ufw).
|
||||
- Docker is only compatible with `iptables-nft` and `iptables-legacy`.
|
||||
Firewall rules created with `nft` are not supported on a system with Docker installed.
|
||||
Make sure that any firewall rulesets you use are created with `iptables` or `iptables6`,
|
||||
Make sure that any firewall rulesets you use are created with `iptables` or `ip6tables`,
|
||||
and that you add them to the `DOCKER-USER` chain,
|
||||
see [Packet filtering and firewalls](../../network/packet-filtering-firewalls.md).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user