Skip to content

Commit

Permalink
Removes bind
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Finneran <[email protected]>
  • Loading branch information
thebsdbox committed Sep 8, 2021
1 parent ad871d7 commit 0258d31
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ onboot:
image: linuxkit/sysfs:v0.8
- name: dhcpcd
image: linuxkit/dhcpcd:v0.8
binds:
- /etc/resolv.conf:/etc/resolv.conf
- /run:/run
- /var/lib/dhcpcd:/var/lib/dhcpcd
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services:
- name: getty
Expand All @@ -27,10 +23,6 @@ services:
image: linuxkit/rngd:v0.8
- name: dhcpcd
image: linuxkit/dhcpcd:v0.8
binds:
- /etc/resolv.conf:/etc/resolv.conf
- /run:/run
- /var/lib/dhcpcd:/var/lib/dhcpcd
- name: ntpd
image: linuxkit/openntpd:v0.8
binds:
Expand Down

0 comments on commit 0258d31

Please sign in to comment.