docker build -t pxe .
docker-compose up -d
default - tftpboot config file
dhcpd.conf - dhcpd config file
ks-auto.cfg - kickstart config file
pxe.conf - httpd config file
tftp - xinetd config file
$ mount -o loop CentOS-7-x86_64-DVD-1804.iso /mnt
$ mkdir -p /centos/
$ cp -rv /mnt/* /centos
prepare.sh
docker-compose up -d
inside the container there is a script to view the current active dhcp client
cd /var/lib/dhcpd
watch -n 1 ./report.py'