An open API service indexing awesome lists of open source software.

https://github.com/hnaderi/coredns-example

A simple deployment example for CoreDNS
https://github.com/hnaderi/coredns-example

coredns dns dnsserver docker-compose example

Last synced: 2 months ago
JSON representation

A simple deployment example for CoreDNS

Awesome Lists containing this project

README

          

### CoreDNS docker-compose example

This is a simple example for a dns server deployment using CoreDNS, that supports auto loading of zone files.
It scans and loads zone files automatically using `auto` plugin, so you can update the zone files manually, or use [git-sync](https://github.com/kubernetes/git-sync) to pull a git repository of your zone files.

#### Use
```
docker-compose up
```