/docker-dhcpd

Simple containerized DHCP server running on Alpine Linux

Primary LanguageDockerfile

DHCP Sever Container

Docker Pulls Docker Stars Docker Build Docker Build Status

ISC DHCP server running on Alpine Linux.

Configuration

See example directory for sample config file.

Quickstart

dhcpd:
  image: joebiellik/dhcpd

  net: host

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