docker-dhcpd
docker-dhcpd copied to clipboard
Containerized version of ISC DHCP server based on latest Ubuntu LTS
The GitHub Actions workflows we have are currently using automation steps from unknown/non-verified authors, which can potentially inject malicious code into our image, or perform malicious behavior during build. To...
Now that we have GitHub actions to build the DockerHub images, we should figure out a way to rebuild the `latest` and `ldap-latest` images on a schedule, or when the...
Docker-compose example. This might assist ppl in writing a docker-compose.yml for themselves
The following information is useful for everybody who is using macvlan-interfaces and dhcpd ... To get network-boot/docker-dhcpd working with macvlan-interfaces in a setup like this: ``` version: "3" networks: macvlan-network1:...
The dhcp server stops serving IP addresses when the Ethernet interface becomes unavailable for a second or so. I don't want to go into the kernel to fix the issue...