This repository has been archived on 2025-05-07 . You can view files and clone it, but cannot push or open issues or pull requests.
				
			
		
		
		
			
				
					
						
					
					9e9fe2b0d2f7ce5df692d8b3fd8093b6ac8edb32
				
			
			
		
	
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			
				
					
					Merge pull request 'chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.37.0' (#18) from renovate/git.cryptic.systems-volker.raschek-markdownlint-0.x into master
				
			
			dhcpd-docker
This project contains all sources to build the container image
docker.io/volkerraschek/dhcpd. The primary goal of the image is to run the
ISC-DHCPD server inside a container to support distributions which does not
deploy a newer version of the DHCP server.
Usage
IPv4 (default)
$ docker run \
    --env DHCP_INTERFACES=br0 \
    --env DHCP_IP=4 \
    --rm \
    --volume ${PWD}/config:/etc/dhcp:ro \
    --volume ${PWD}/data:/var/lib/dhcp:rw \
    --volume /etc/localtime:/etc/localtime:ro \
      volkerraschek/dhcpd-docker:latest
IPv6
$ docker run \
    --env DHCP_INTERFACES=br0 \
    --env DHCP_IP=4 \
    --rm \
    --volume ${PWD}/config:/etc/dhcpd:ro \
    --volume ${PWD}/data:/var/lib/dhcp:rw \
    --volume /etc/localtime:/etc/localtime:ro \
      volkerraschek/dhcpd-docker:latest
Build image manually
To build the images manually check out the
repository with
git and use the make command to build the container images.
make container-image/build
Description
				Source files of the container image volkerraschek/dhcpd
						
						
							
								 https://hub.docker.com/r/volkerraschek/dhcpd
							
						
						
						
						
							
								 Readme
							
						
						
						
						
							
							
							 121 KiB
						
					
					Languages
				
				
								
								
									Makefile
								
								75.9%
							
						
							
								
								
									Shell
								
								15.8%
							
						
							
								
								
									Dockerfile
								
								8.3%