From 1763c33c6135a2c524bdd5ea34d0bbad86d806bb Mon Sep 17 00:00:00 2001 From: Byte Sharky Date: Thu, 11 Sep 2025 01:45:14 +0800 Subject: [PATCH] Add docker-dns to Service Discovery (#1181) * Add docker-dns to Service Discovery Lightweight DNS forwarder for Docker containers, resolves container names with custom suffixes (e.g. .docker) on the host to simplify service discovery. * docs: add missing user information Updated docker-dns description to include author attribution --------- Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aae7608..9ebccb4 100644 --- a/README.md +++ b/README.md @@ -337,6 +337,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker/) ### Service Discovery - [docker-consul](https://github.com/gliderlabs/docker-consul) by [@progrium][progrium] +- [docker-dns](https://github.com/bytesharky/docker-dns) - Lightweight DNS forwarder for Docker containers, resolves container names with custom suffixes (e.g. `.docker`) on the host to simplify service discovery by [@bytesharky](https://github.com/bytesharky) - [etcd](https://github.com/etcd-io/etcd) - Distributed reliable key-value store for the most critical data of a distributed system by [@etcd-io](https://github.com/etcd-io) (former part of CoreOS) - [istio](https://github.com/istio/istio) - An open platform to connect, manage, and secure microservices by [@istio](https://github.com/istio) - [proxy](https://github.com/factorish/proxy) :skull: - lightweight nginx based load balancer self using service discovery provided by registrator. by [@factorish](https://github.com/factorish)