jnovack / docker-dhcpd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DHCP

Docker Pulls

ISC DHCP server server running on Alpine Linux.

Configuration

See example directory for sample config file.

docker-compose.yml Quickstart

dhcpd:
  image: jnovack/dhcpd

  net: host

  volumes:
    # Config pass through
    - ./dhcpd.conf:/etc/dhcp/dhcpd.conf

About

License:MIT License