Skip to content

yegle/stubby-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stubby-docker

Quick start:

curl -O stubby.yml \
    https://raw.githubusercontent.com/getdnsapi/stubby/develop/stubby.yml.example
docker run -v ${PWD}/stubby.yml:/usr/local/etc/stubby/stubby.yml:ro \
    yegle/stubby-dns:latest

NOTE: the docker image is versioned on https://github.com/getdnsapi/getdns, NOT https://github.com/getdnsapi/stubby (because the stubby repo is a git submodule of the getdns repo).