mirror of
https://github.com/BluemediaDev/homelab.git
synced 2025-05-08 13:51:35 +02:00
Initial commit
This commit is contained in:
commit
50f2a54331
21 changed files with 276 additions and 0 deletions
7
metal/roles/pxe-server/files/dhcp/Dockerfile
Normal file
7
metal/roles/pxe-server/files/dhcp/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN apk add dhcp
|
||||
|
||||
RUN touch /var/lib/dhcp/dhcpd.leases
|
||||
|
||||
CMD [ "dhcpd", "-d", "-f", "-cf", "/etc/dhcp/dhcpd.conf" ]
|
Loading…
Add table
Add a link
Reference in a new issue