dan
dan
> @danxmoran Hey! > > > where @mumoshu said the problem is that the runner's entrypoint / the actual runner binary don't have any support for graceful handling of SIGTERM...
A workaround is to pass `--dns 8.8.8.8` when starting rootless DIND. Similarly if you specify the DNS server e.g. `nslookup alpinelinux.org 8.8.8.8` you don't get `NXDOMAIN`. EDIT: This seems to...
## Replication steps 1. Set up `dnsmasq` to listen on a non-`127.*.*.*` IP, e.g. `172.17.0.1` and filter away AAAA answers. - In `/etc/dnsmasq.conf`: - Set `listen-address` - Set `bind-interfaces` -...
Unsure why this doesn't print the resolver debug logs: ``` $ docker run -d --privileged --rm --name dind-rootless -it --dns 172.17.0.1 docker:dind-rootless -D $ docker attach dind-rootless ``` I don't...
This looks like VPNKit and not Docker. [This](https://github.com/moby/vpnkit/blob/604ab7f0d2c999693ab4aa920bdda05f350f497e/src/hostnet/hostnet_dns.ml#L450) appears to be the offending line, but I don't know OCaml.