ht4w5/mosdns-x

By ht4w5

Updated 11 months ago

Unofficial docker image for mosdns-x linux/amd64.

Image
Networking
0

10K+

ht4w5/mosdns-x repository overview

Mosdns-x docker image

Unofficial docker image for mosdns-x linux/amd64.

Dockerfile

Example usage

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"

Tag summary

Content type

Image

Digest

sha256:f0940a40c

Size

12.7 MB

Last updated

11 months ago

docker pull ht4w5/mosdns-x:v25.08.20