Search Docker Hub
dnsmasq
By gists
Dnsmasq on Alpine
10K+
docker run \ -d \ --name dnsmasq \ -p 53:53/tcp \ -p 53:53/udp \ -v ./dnsmasq.d:/etc/dnsmasq.d \ gists/dnsmasq
dnsmasq: image: gists/dnsmasq ports: - "53:53/tcp" - "53:53/udp" volumes: - ./dnsmasq.d:/etc/dnsmasq.d restart: always
Content type
Image
Digest
sha256:e51c95c48…
Size
3.5 MB
Last updated
almost 2 years ago
docker pull gists/dnsmasq