You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation/fedora.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ learn how to [customize your Systemd Docker daemon options](/articles/systemd/).
208
208
209
209
## Running Docker with a manually-defined network
210
210
211
-
If you manually configure your network using `systemd-network` with fedora version 22, containers you start with Docker may be unable to access your network.
211
+
If you manually configure your network using `systemd-network` with `systemd` version 219 or higher, containers you start with Docker may be unable to access your network.
212
212
Beginning with version 220, the forwarding setting for a given network (`net.ipv4.conf.<interface>.forwarding`) defaults to *off*. This setting prevents IP forwarding. It also conflicts with Docker which enables the `net.ipv4.conf.all.forwarding` setting within a container.
213
213
214
214
To work around this, edit the `<interface>.network` file in
@@ -218,6 +218,8 @@ To work around this, edit the `<interface>.network` file in
0 commit comments