Skip to content

mill1000/docker-stubby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-stubby

A Dockerfile for getdns stubby based on Alpine Linux.

No customization. No tweaks. Just stubby with a default config.

Build

Clone the repo.

git clone https://github.com/mill1000/docker-stubby

Populate submodules.

git submodule update --init --recursive

Build the image.

docker build -t stubby:latest .

Deploy

Here's an example Docker Compose.

services:
  stubby:
    image: stubby:latest
    container_name: stubby
    restart: unless-stopped
    network_mode: host
    volumes:
      - ./stubby/stubby.yml:/usr/local/etc/stubby/stubby.yml

About

Dockerfile for getdns stubby project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published