Unofficial docker image for mosdns-x linux/amd64.
10K+
Unofficial docker image for mosdns-x linux/amd64.
With docker cli:
docker run -d --name mosdns -p 5553:53/udp -p 5553:53/tcp -v /etc/mosdns:/etc/mosdns ht4w5/mosdns-x:latest
With docker compose:
services:
mosdns:
image: ht4w5/mosdns-x:latest
container_name: mosdns
restart: unless-stopped
volumes:
- ./rootfs/etc/mosdns:/etc/mosdns
ports:
- "5353:53"
Content type
Image
Digest
sha256:f0940a40c…
Size
12.7 MB
Last updated
11 months ago
docker pull ht4w5/mosdns-x:v25.08.20