Skip to content

Commit 5fc37b6

Browse files
authored
Merge pull request #79 from thebsdbox/DHCP_BIND
Remove unnecessary bind mounts for linuxkit/dhcpcd
2 parents 6ea0102 + 0258d31 commit 5fc37b6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

hook.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ onboot:
1313
image: linuxkit/sysfs:v0.8
1414
- name: dhcpcd
1515
image: linuxkit/dhcpcd:v0.8
16-
binds:
17-
- /etc/resolv.conf:/etc/resolv.conf
18-
- /run:/run
19-
- /var/lib/dhcpcd:/var/lib/dhcpcd
2016
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
2117
services:
2218
- name: getty
@@ -27,10 +23,6 @@ services:
2723
image: linuxkit/rngd:v0.8
2824
- name: dhcpcd
2925
image: linuxkit/dhcpcd:v0.8
30-
binds:
31-
- /etc/resolv.conf:/etc/resolv.conf
32-
- /run:/run
33-
- /var/lib/dhcpcd:/var/lib/dhcpcd
3426
- name: ntpd
3527
image: linuxkit/openntpd:v0.8
3628
binds:

0 commit comments

Comments
 (0)