Skip to content
Snippets Groups Projects
Commit 6e3e1f5f authored by Zsombor Welker's avatar Zsombor Welker
Browse files

Document unmanaging the docker0 interface

parent 5939525f
No related branches found
No related tags found
No related merge requests found
...@@ -126,6 +126,17 @@ For Fedora and RPM based systems [COPR](https://copr.fedorainfracloud.org/coprs/ ...@@ -126,6 +126,17 @@ For Fedora and RPM based systems [COPR](https://copr.fedorainfracloud.org/coprs/
] ]
``` ```
1. NetworkManager may reset the docker interface's configuration for systemd-resolved. If that happens than
the interface needs to be unmanaged. This may be done by creating a `/etc/NetworkManager/conf.d/99-docker.conf`:
```ini
[main]
plugins=keyfile
[keyfile]
unmanaged-devices=interface-name:docker0
```
### Configuration ### Configuration
`systemd-resolved-docker` may be configured using environment variables. When installed using the RPM `systemd-resolved-docker` may be configured using environment variables. When installed using the RPM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment