gns3-registry/docker/dhcp
2021-08-30 11:15:38 +12:00
..
boot.sh Replace dnsmaq.conf => dnsmasq.conf 2021-08-30 11:15:38 +12:00
Dockerfile dhcp: base update alpine base 2021-08-30 11:12:09 +12:00
README.rst Replace dnsmaq.conf => dnsmasq.conf 2021-08-30 11:15:38 +12:00

Basic DHCP server

This container provide a basic DHCP server fro GNS3 topologies build on top of dnsmasq.

At first startup a sample config will be write in /etc/dnsmasq/dnsmasq.conf

You can customize the server by editing this file and restarting the container.

Build, run and publish

docker build -t gns3/dhcp .
docker run -i -t gns3/dhcp
docker push gns3/dhcp