Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
SafeEval committed May 25, 2017
1 parent 8ead219 commit d11dbef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ Clone this repository to `/srv/docker/isc-dhcp-server`.

## Configure the DHCP Server

Create a `dhcpd/dhcpd.conf` file. This can actually be done after running
`docker-compose`, because the restart policy is set for `always`.
Create a `dhcpd/dhcpd.conf` file. Each subnet's IP address will
automatically be matched to the local network interfaces. Any
subnet not specified will not listen on the corresponding interface.

This file can actually be created after running `docker-compose`,
because the restart policy is set for `always`.


## Build and run the container.
Expand Down
Empty file added dhcpd/.gitkeep
Empty file.

0 comments on commit d11dbef

Please sign in to comment.