mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-26 01:33:17 +00:00
Merge pull request #3078 from justincormack/dhcp-hook-fix
Fix dhcpcd hooks config
This commit is contained in:
@@ -14,5 +14,7 @@ ENTRYPOINT []
|
||||
CMD []
|
||||
WORKDIR /
|
||||
COPY --from=mirror /out/ /
|
||||
COPY /dhcpcd.conf /usr/ /
|
||||
# put the config file in / because we bind mount /etc to handle resolv.conf symlinks
|
||||
COPY /dhcpcd.conf /
|
||||
COPY /usr/ /usr/
|
||||
CMD ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"]
|
||||
|
Reference in New Issue
Block a user