Sign inSign up

newnius/dnsmasq

By newnius

Updated over 6 years ago

Image
0

349

newnius/dnsmasq repository overview

Deploy dnsmasq in docker

Deploy

Run as Server
docker run \
	--name dnsmasq \
	-d \
	--restart always \
	--cap-add=NET_ADMIN \
	--publish 53:53/udp \
	--mount type=bind,src=/etc/localtime,dst=/etc/localtime,readonly \
	--mount type=bind,src=/data/dnsmasq/,dst=/etc/dnsmasq.d/ \
	newnius/dnsmasq

Tag summary

Content type

Image

Digest

Size

2.8 MB

Last updated

over 6 years ago

docker pull newnius/dnsmasq