gns3-registry/docker/dhcp
Julien Duponchelle 0e3e2f8392
A basic DHCP container.
This container provide a basic DHCP server that you can drop
in your topology and configure.
2016-04-04 18:31:27 +02:00
..
boot.sh A basic DHCP container. 2016-04-04 18:31:27 +02:00
Dockerfile A basic DHCP container. 2016-04-04 18:31:27 +02:00
README.rst A basic DHCP container. 2016-04-04 18:31:27 +02: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/dnsmaq.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