Sign inSign up

avgurx/dhcpd

By avgurx

•Updated 6 months ago

ISC DHCPD server

Image
Networking
0

1.0K

avgurx/dhcpd repository overview

⁠Version

ISC DHCPD Server 4.4.3 Alpine Linux 3.20 with S6 Overlay 3.1.6.2

⁠Start Сontainer

docker run --name dhcpd \
           -p 67:67 \
           -e TZ=Etc/UTC \
           -e VUID=7001 \
           -e VGID=7001 \
           -v /opt/dhcpd:/vdsroot \
           -d avgurx/dhcpd:latest

When container is launched for the first time, if there are no configuration files (see Volumes), the minimum required set of configuration files and directories are created

⁠Volumes

⁠-v /opt/dhcpd:/vdsroot

Bind /vdsroot directory inside the container to the /opt/dhcpd on the Docker host. This directory contains everything to manage and control DHCPD Server:

/etc - configuration files
/log - logs
/var - dhcpd.leases

⁠Environment Variables

⁠TZ

A time zone of container. Default value: Etc/UTC

⁠VUID / VGID

Run DHCPD as a non-root user. If unset, default values are: 7001/7001

Tag summary

Content type

Image

Digest

sha256:4abdf0278…

Size

9.3 MB

Last updated

6 months ago

docker pull avgurx/dhcpd