mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
fix dns not working in the docker blueprint
Signed-off-by: dave <dprotaso@gmail.com>
This commit is contained in:
parent
e129b3e37d
commit
aabd10035b
@ -11,6 +11,7 @@ services:
|
|||||||
- type: cgroup
|
- type: cgroup
|
||||||
options: ["rw","nosuid","noexec","nodev","relatime"]
|
options: ["rw","nosuid","noexec","nodev","relatime"]
|
||||||
binds:
|
binds:
|
||||||
|
- /etc/resolv.conf:/etc/resolv.conf
|
||||||
- /var/lib/docker:/var/lib/docker
|
- /var/lib/docker:/var/lib/docker
|
||||||
- /lib/modules:/lib/modules
|
- /lib/modules:/lib/modules
|
||||||
- /var/vpnkit:/port # vpnkit control 9p mount
|
- /var/vpnkit:/port # vpnkit control 9p mount
|
||||||
|
Loading…
Reference in New Issue
Block a user