dhcpd

ISC DHCP server for automatic IP address assignment

Debian Debian
RUN apt-get update && \ apt-get install -y isc-dhcp-server-dbg
Ubuntu
RUN apt-get update && \ apt-get install -y isc-dhcp-server-dbg
Alpine
RUN apk add dhcp
Arch Arch Linux
RUN pacman -S --noconfirm dhcp
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y isc-dhcp-server-ldap
Fedora
RUN dnf install -y dhcp-server
Raspbian
RUN apt-get update && \ apt-get install -y isc-dhcp-server-ldap
click the source code to copy install dhcpd on any operating system with command-not-found.com