Peter Schiffer
Peter Schiffer
Let me summarize if I understand correctly. You want to have primary and secondary DNS server (master & slave). But both will be running in the same swarm cluster, and...
I see, thanks for taking a look. You are right, the phpmyadmin has IP `fddb:21e4:36d4:1::2`, and the host has `fddb:21e4:36d4:1::1` (which is returned by the dns proxy). Returning the host...
> have not published ports this may not be good enough - for example, you expose one port for the web server, but not the other one for metrics, which...
Very nice, seems to work great! Before: ``` # dig plausible.docker @127.0.0.1 -p 5300 aaaa ;; Warning: Client COOKIE mismatch ; DiG 9.19.18 plausible.docker @127.0.0.1 -p 5300 aaaa ;; global...
Hello @mageddo, I'm still seeing this issue. Usually after the container is created, it's not possible to resolve it. Tried with the latest DPS version `3.19.5`. When looking at the...
Restarting docker daemon fixes this: ``` $ docker network inspect example [ { "Name": "example", "Id": "8f1dcdb34113902721825c22af1c0c0dabed062ef2f3aaf0685b049bc8c34625", "Created": "2024-06-17T20:20:38.990713544Z", "Scope": "local", "Driver": "bridge", "EnableIPv6": true, "IPAM": { "Driver": "default", "Options":...
After the docker daemon restart, resolution with DPS works OK.
The OS is fully updated Fedora 39, Docker is provided by `moby-engine-24.0.5-1.fc39.aarch64` package, which is an upstream for Docker. I use ansible to manage the containers, so there's also the...
Hi @mageddo. I've just tested this on a Rocky 9 with the latest Docker CE package: ```bash $ uname -r 5.14.0-427.20.1.el9_4.0.1.aarch64 $ cat /etc/os-release | grep PRETTY_NAME PRETTY_NAME="Rocky Linux 9.4...
I can confirm it works now! Thank you so much :1st_place_medal: ```json $ docker network create --ipv6 xxx $ docker run -d --name xx --network xxx nginx $ docker network...