Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 928 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 928 Bytes

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