Aggiunto kea-dhcp-server
Some checks failed
Update Docker Hub Description / dockerHubDescription (push) Failing after 2s

This commit is contained in:
GianLuca Vagnuzzi
2026-01-13 08:53:18 +01:00
parent 22e6b4e2ad
commit e99999cc27
8 changed files with 166 additions and 120 deletions

View File

@@ -1,9 +1,9 @@
# Dhcp
# Kea-Dhcp
Dhcp server based on Debian.
## Quick reference
* Where to file issues:
[Gitea](https://git.gmmg.it/kom23/dhcp/issues)
[Gitea](https://git.gmmg.it/kom23/kea-dhcp/issues)
* Supported architectures: amd64 , armv7 , arm64v8
@@ -14,27 +14,27 @@ Dhcp server based on Debian.
```
docker run --rm -d \
--net host \
-v ./data:/data \
-v ./data:/var/lib/kea \
-e DHCP4=1 -e DHCP6=0 -e TZ=Europe/Rome \
--name dhcp rardcode/dhcp
--name dhcp rardcode/kea-dhcp
```
### ...by docker-compose file:
```
services:
dhcp:
image: rardcode/dhcp
container_name: dhcp
kea-dhcp:
image: rardcode/kea-dhcp
container_name: kea-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
- ./data:/var/lib/kea
network_mode: host
restart: unless-stopped
```
## Changelog
v132.443p18 - 02.01.2026
v132.2361 - 13.01.2026
- Debian v13.2
- isc-dhcp-server v4.4.3-P1-8
- kea-dhcp-server v2.6.3-1