Document issue with containers on user-defined bridges and using the gVisor runsc runtime. Also provide a helper resolv.conf as a workaround.
9 lines
433 B
Text
9 lines
433 B
Text
# resolv.conf pointing to Quad9 for bind-mounting into containers on user-defined bridges and using the gVisor runsc runtime.
|
|
# Example: docker run --runtime runsc --mount type=bind,src=/etc/gvisor-helper-resolv.conf,dst=/etc/resolv.conf,ro=true --network your-user-defined-network -it --rm docker.io/library/debian /bin/bash
|
|
|
|
nameserver 9.9.9.9
|
|
nameserver 149.112.112.112
|
|
nameserver 2620:fe::fe
|
|
nameserver 2620:fe::9
|
|
|
|
options edns0
|