lukas1818/stubby

By lukas1818

Updated over 3 years ago

stubby

Image
5

50K+

lukas1818/stubby repository overview

source pipeline vulnerability dockerhub version

stubby

Simple multiplatform docker image for cloudflare DNS-over-TLS using stubby. Based on alpine.

run with:

docker run --init -p 127.0.0.1:53:53/udp registry.gitlab.com/luckyturtledev/docker-stubby:latest

example docker-compose:

version: "3"

services:
  stubby:
    image: registry.gitlab.com/luckyturtledev/docker-stubby:latest
    volumes:
      - ./stubby.yml:/etc/stubby/stubby.yml:ro
    ports:
      - 53:53/udp 
      - 53:53/tcp
    restart: unless-stopped

You can mount your own stubby.yml under /etc/stubby/stubby.yml.

Tag summary

Content type

Image

Digest

sha256:a9561337f

Size

7.7 MB

Last updated

over 3 years ago

docker pull lukas1818/stubby