mirror of https://github.com/docker/docs.git
engine: add note about nftables incompatibility to install docs
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
7e5929d9d5
commit
66b96d6337
|
@ -18,12 +18,23 @@ To get started with Docker Engine on Debian, make sure you
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
> **Note**
|
### Firewall limitations
|
||||||
|
|
||||||
|
> **Warning**
|
||||||
>
|
>
|
||||||
> If you use ufw or firewalld to manage firewall settings, be aware that
|
> Before you install Docker, make sure you consider the following
|
||||||
> when you expose container ports using Docker, these ports bypass your
|
> security implications and firewall incompatibilities.
|
||||||
> firewall rules. For more information, refer to
|
{ .warning }
|
||||||
> [Docker and ufw](../../network/packet-filtering-firewalls.md#docker-and-ufw).
|
|
||||||
|
- If you use ufw or firewalld to manage firewall settings, be aware that
|
||||||
|
when you expose container ports using Docker, these ports bypass your
|
||||||
|
firewall rules. For more information, refer to
|
||||||
|
[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`,
|
||||||
|
and that you add them to the `DOCKER-USER` chain,
|
||||||
|
see [Packet filtering and firewalls](../../network/packet-filtering-firewalls.md).
|
||||||
|
|
||||||
### OS requirements
|
### OS requirements
|
||||||
|
|
||||||
|
|
|
@ -24,12 +24,23 @@ To get started with Docker Engine on Raspberry Pi OS, make sure you
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
> **Note**
|
### Firewall limitations
|
||||||
|
|
||||||
|
> **Warning**
|
||||||
>
|
>
|
||||||
> If you use ufw or firewalld to manage firewall settings, be aware that
|
> Before you install Docker, make sure you consider the following
|
||||||
> when you expose container ports using Docker, these ports bypass your
|
> security implications and firewall incompatibilities.
|
||||||
> firewall rules. For more information, refer to
|
{ .warning }
|
||||||
> [Docker and ufw](../../network/packet-filtering-firewalls.md#docker-and-ufw).
|
|
||||||
|
- If you use ufw or firewalld to manage firewall settings, be aware that
|
||||||
|
when you expose container ports using Docker, these ports bypass your
|
||||||
|
firewall rules. For more information, refer to
|
||||||
|
[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`,
|
||||||
|
and that you add them to the `DOCKER-USER` chain,
|
||||||
|
see [Packet filtering and firewalls](../../network/packet-filtering-firewalls.md).
|
||||||
|
|
||||||
### OS requirements
|
### OS requirements
|
||||||
|
|
||||||
|
|
|
@ -26,12 +26,23 @@ To get started with Docker Engine on Ubuntu, make sure you
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
> **Note**
|
### Firewall limitations
|
||||||
|
|
||||||
|
> **Warning**
|
||||||
>
|
>
|
||||||
> If you use ufw or firewalld to manage firewall settings, be aware that
|
> Before you install Docker, make sure you consider the following
|
||||||
> when you expose container ports using Docker, these ports bypass your
|
> security implications and firewall incompatibilities.
|
||||||
> firewall rules. For more information, refer to
|
{ .warning }
|
||||||
> [Docker and ufw](../../network/packet-filtering-firewalls.md#docker-and-ufw).
|
|
||||||
|
- If you use ufw or firewalld to manage firewall settings, be aware that
|
||||||
|
when you expose container ports using Docker, these ports bypass your
|
||||||
|
firewall rules. For more information, refer to
|
||||||
|
[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`,
|
||||||
|
and that you add them to the `DOCKER-USER` chain,
|
||||||
|
see [Packet filtering and firewalls](../../network/packet-filtering-firewalls.md).
|
||||||
|
|
||||||
### OS requirements
|
### OS requirements
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue