Code Monkey home page Code Monkey logo

docker-dns's Introduction

docker-dns

Simple dns server to serve Docker container IP addresses. Had too much coffe and could not sleep. Useful for me, maybe even for you.

Setup

Generate config:

./docker-dns --createConfig

If you feel like, you can edit config

Add this line to your local dnsmasq resolver

server=/yourtld/127.0.0.1#8053

Then run it

./docker-dns --config=/path/to/conf.json

Check if it works:

dig @127.0.0.1 containerName.tld A

Usage

./bin/docker-dns -h
  -config="": Path to config file
  -createConfig=false: Print default config file to stdout
  -docker="unix:///var/run/docker.sock": Address for docker client (HTTP or Unix)
  -listen="127.0.0.1:8053": Listen address
  -loglevel="info": Logrus loglevel
  -tld="docker.": TLD to serve
  -ttl=60: Default TT

systemd service

cp server /usr/local/bin/docker-dns
sudo cp docker-dns.service /etc/systemd/system/docker-dns.service
sudo systemctl daemon-reload
sudo systemctl enable docker-dns
sudo systemctl start docker-dns.service
sudo systemctl status docker-dns.service

Use it with NetworkManager

Make sure dns=dnsmasq in /etc/NetworkManager/dnsmasq.d/docker-dns

[main]
plugins=ifupdown,keyfile,dnsmasq
dns=dnsmasq

[ifupdown]
managed=false

Create file /etc/NetworkManager/dnsmasq.d/docker-dns

server=/docker/127.0.0.1#8053
sudo service network-manager restart

docker-dns's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.