Sign inSign up

quantum/dnsmasq

By quantum

Updated almost 11 years ago

Image
0

6.4K

quantum/dnsmasq repository overview

docker-dnsmasq

A docker image that will run dnsmasq and server DHCP, DNS and PXE services. This can be used to bootstrap a hyve cluster.

Running

docker run --env-file=/etc/environment --net=host --cap-add=NET_ADMIN -v /media/hyve:/media/hyve quantum/dnsmasq

Testing on Parallels

Setup two new host-only adapters for testing:

prlsrvctl net add hyve-public -t host-only
prlsrvctl net set hyve-public --dhcp-server off --dhcp6-server off
prlsrvctl net info hyve-public
prlsrvctl net add hyve-private -t host-only
prlsrvctl net set hyve-private --dhcp-server off --dhcp6-server off
prlsrvctl net info hyve-private

Tag summary

Content type

Image

Digest

sha256:8d8625e68

Size

40.3 MB

Last updated

almost 11 years ago

docker pull quantum/dnsmasq