docker-dhcpd icon indicating copy to clipboard operation
docker-dhcpd copied to clipboard

Containerized version of ISC DHCP server based on latest Ubuntu LTS

Results 5 docker-dhcpd issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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:...

enhancement
help wanted

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...