docker(role): document gVisor issue with user-def. br. and provide help
Document issue with containers on user-defined bridges and using the gVisor runsc runtime. Also provide a helper resolv.conf as a workaround.
This commit is contained in:
parent
f956ed6f35
commit
fdd9eadad1
3 changed files with 21 additions and 0 deletions
9
roles/docker/files/gvisor-helper-resolv.conf
Normal file
9
roles/docker/files/gvisor-helper-resolv.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue