tftpd

network boot, install, and update server - daemon

Ubuntu
RUN apt-get update && \ apt-get install -y cobbler
Alpine
RUN apk add iputils
Arch Arch Linux
RUN pacman -S --noconfirm iputils
CentOS
RUN yum install -y iputils
Fedora
RUN dnf install -y iputils
Raspbian
RUN apt-get update && \ apt-get install -y cobbler
click the source code to copy install tftpd on any operating system with command-not-found.com