This packages isc-dhcp-server in various releases based on coldrye/debian-tini.
Images are released for the following debian releases.
- jessie
- testing
See https://hub.docker.com/r/coldrye/debian-isc-dhcp-server/tags/ for a complete list.
- PORT= (default 67)
- REPLY= (default 255.255.255.255)
- PROTO=<4|6> (default 4)
The command is set to /usr/sbin/dhcpd -d -p $PORT -$PROTO -s $REPLY -cf /etc/dhcp/dhcpd.conf -tf /etc/dhcp/dhcpd.trace -lf /etc/dhcp/dhcpd.leases.
General Usage
touch $(pwd)/data/dhcp/dhcp.leases
docker create --name dhcp -v $(pwd)/data/dhcp:/etc/dhcp --net=host coldrye/debian-isc-dhcp-server:<TAG>
docker start dhcp