Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 881 Bytes

README.md

File metadata and controls

48 lines (39 loc) · 881 Bytes

ISC DHCP Server

The ISC DHCP Server running in a Docker Container.

Supported Platforms

Depends on Version and Base Operating System. Debian has the best platform coverage for the latest version:

  • linux/386
  • linux/amd64
  • linux/arm/v6
  • linux/arm/v7
  • linux/arm64
  • linux/ppc64le 4.3.5+
  • linux/s390x 4.3.5+
  • linux/mips64le 4.4.1-2.3+

Versions

This script has a lookup table, as each Operating System release supports a specific version.

Debian

  • 4.3.1
  • 4.3.5
  • 4.4.1
  • 4.4.1-2.3

Ubuntu

  • 4.3.3
  • 4.3.5
  • 4.4.1

Build Commands

.\build <ddver> <os>

Parameters

<ddver> The ISC DHCPD Version. You can specify latest or all. Required
<os> The Base OS Image. Either debian (default) or ubuntu. Optional

Examples

Build version 4.3.5 on Debian

.\build 4.3.5

Build version 4.4.1 on Ubuntu

.\build 4.4.1 ubuntu