Sign inSign up

sqerison/dnsmasq

By sqerison

Updated about 10 years ago

Dnsmasq Docker Image based on Alpine OS (5.883MB)

Image
0

915

sqerison/dnsmasq repository overview

Dnsmasq Docker Image based on Alpine OS (5.883MB)

CircleCI Docker Pulls

Versions latest – built on Alpine Linux.

All versions use the one sqerison/dnsmasq repository, but each version aligns with the following tags (ie, sqerison/dnsmasq:<tag>):

Example

    docker run -d \
    -v $(pwd)/dnsmasq.conf:/etc/dnsmasq.conf \
    -p 127.0.0.10:53:5353/udp \
    --name dnsmasq \
    sqerison/dnsmasq

Overwrite the internal configuration

    docker run -d \
    -v $(pwd)/dnsmasq.conf:/etc/dnsmasq.conf \
    -v $(pwd)/dnsmasq.hosts:/dnsmasq.hosts \
    -p 127.0.0.10:53:5353/udp \
    --name dnsmasq \
    sqerison/dnsmasq

Tag summary

Content type

Image

Digest

Size

3.1 MB

Last updated

about 10 years ago

docker pull sqerison/dnsmasq