-
Where to file issues: GitHub
-
Supported architectures: amd64 , armv7 , arm64v8
docker run --rm -d \
--net host \
-v ./data:/data \
-e DHCP4=1 -e DHCP6=0 -e TZ=Europe/Rome \
--name dhcp rardcode/dhcp
services:
dhcp:
image: rardcode/dhcp
container_name: dhcp
environment:
- TZ=Europe/Rome
#- DHCP4=0 # (decomment for disable DHCPv4 server, default enabled|1)
#- DHCP6=1 # (enable DHCPv6 server, default disabled|0)
volumes:
- ./data:/data
network_mode: host
restart: unless-stopped
Ex. 129.443.1
"129" is the Debian version. Ex 12.9
"443" is the Chrony version. Ex. 4.4.3
"1" if there's, is a minor fix update.