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

Create a dummy interface to intergate with systemd-resolved

This is required due to two things:

1. The docker0 interfaces is only "up" when there are containers on the
   default network.
2. systemd-resolved only takes into account interfaces which are up.

If containers were only running in non-default networks (for example
using docker-compose) the systemd-resolved DNS configuration would not
be used since the docker0 interface is down.

To work around this a dummy interface is created which is always up.
parent 97e67f72
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment