mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-21 05:43:10 +00:00
0e3e2f8392
This container provide a basic DHCP server that you can drop in your topology and configure.
20 lines
436 B
ReStructuredText
20 lines
436 B
ReStructuredText
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
|
|
=======================
|
|
|
|
.. code:: bash
|
|
|
|
docker build -t gns3/dhcp .
|
|
docker run -i -t gns3/dhcp
|
|
docker push gns3/dhcp
|