~dricottone/container-images

ref: 86834e13c4e225b499700ba57267b6d8caa418ac container-images/dnsmasq/README.md -rw-r--r-- 446 bytes
86834e13Dominic Ricottone MoinMoin 1.9 running in PyPy a day ago

#dnsmasq

#Build and Deploy

make image

#Tags

  • latest

#Use

Can be used with any container manager toolchain.

Create a hosts file in $hostsfile. It should look like:

1.2.3.4 example.com www.example.com

Try:

$conman run --detach --name dnsmasq --restart always \
    --mount type=bind,src=$hostsfile,target=/etc/dnsmasq-hosts,readonly \
    registry.intra.dominic-ricottone.com/dnsmasq:latest