Sign inSign up

gists/dnsmasq

By gists

Updated almost 2 years ago

Dnsmasq on Alpine

Image
6

10K+

gists/dnsmasq repository overview

Volume:
  • /etc/dnsmasq.d
Custom usage:
docker run \
    -d \
    --name dnsmasq \
    -p 53:53/tcp \
    -p 53:53/udp \
    -v ./dnsmasq.d:/etc/dnsmasq.d \
    gists/dnsmasq
Compose example:
dnsmasq:
  image: gists/dnsmasq
  ports:
    - "53:53/tcp"
    - "53:53/udp"
  volumes:
    - ./dnsmasq.d:/etc/dnsmasq.d
  restart: always

Tag summary

Content type

Image

Digest

sha256:e51c95c48

Size

3.5 MB

Last updated

almost 2 years ago

docker pull gists/dnsmasq