flaktack/systemd-resolved-docker
Project ID: 32960
Description
Provides systemd-resolved and docker DNS integration.
A DNS server is configured to listen on each docker interface's IP address. This is used to:
- allows containers to be referenced by hostname by adding the created DNS servers to the docker interface using the systemd-resolved D-Bus API.
- expose the systemd-resolved DNS service (
127.0.0.53
) to docker containers by proxying DNS requests, which doesn't work by default due to the differing network namespaces.
Installation Instructions
-
Enabled the COPR repository
dnf copr enable flaktack/systemd-resolved-docker -
Install the package
dnf install systemd-resolved-docker -
Start and optionally enable the service
systemctl start systemd-resolved-docker systemctl enable systemd-resolved-docker -
Docker should be updated to use the DNS server provided by
systemd-docker-resolved.
This may be done globally by editing the docker daemon's configuration (daemon.json
) or per-container using the--dns
flag."dns": [ "172.17.0.1" // docker0 interface's IP address ] -
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
:[main] plugins=keyfile [keyfile] unmanaged-devices=interface-name:docker0
See Configuration for detailed instructions.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 38 | x86_64 (23)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (10)* | Fedora 39 (47 downloads) |
Fedora 40 | x86_64 (6)* | Fedora 40 (35 downloads) |
Fedora 41 | x86_64 (0)* | Fedora 41 (11 downloads) |
Fedora rawhide | x86_64 (27)* | Fedora rawhide (130 downloads) |
* Total number of downloaded packages.