From ce64bb2f6916b9e344ceb037f298b193fc692a56 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Fri, 31 Aug 2018 19:29:01 +0200 Subject: [PATCH] =?UTF-8?q?move=20=C2=BBetcd=C2=AB=20from=20CoreOS=20to=20?= =?UTF-8?q?new=20organization=20=C2=BBetcd-io=C2=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Travis CI[#1735]: > > Links > 3. [L279] 301 https://github.com/coreos/etcd → https://github.com/etcd-io/etcd [#1735] https://travis-ci.org/veggiemonk/awesome-docker/builds/422887399 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae07ce7..e9f849e 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) - [Docker Grand Ambassador](https://github.com/cpuguy83/docker-grand-ambassador) :skull: - This is a fully dynamic docker link ambassador. + [Article](https://docs.docker.com/engine/admin/ambassador_pattern_linking/) by [@cpuguy83](https://github.com/cpuguy83) - [docker-consul](https://github.com/gliderlabs/docker-consul) by [@progrium][progrium] -- [etcd](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery by [@coreOS][coreos] +- [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 [@IstioMesh](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) - [registrator](https://github.com/gliderlabs/registrator) - Service registry bridge for Docker by [@gliderlabs][gliderlabs] and [@progrium][progrium]