docker / docker-compose helper to easily define custom dns mappings
dns container for custom aliases
Problem
Solution
domain alias
to container name
.This is what this experiment was about. And it worked.
Since it’s an experiment there is not much config options.
Define the aliases in dnsserver/data/alias
The rest should be obvious from docker-compose.yaml or the go code.
Restrictions for the docker-compose setup:
Since this project was a just a quick try, there are no unit tests yet.
But to hold the code stable there is at least a functional test.
It was fun to implement using go and those nice libraries:
DNS: htts://github.com/miekg/dns
Docker: https://github.com/docker/docker