diff --git a/README.md b/README.md index b43259b..9280ae6 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,6 @@ Services to securely store your Docker images. ## Networking * [Calico-Docker](https://www.projectcalico.org/getting-started/docker/) - Calico is a pure layer 3 virtual network that allows containers over multiple docker-hosts to talk to each other. * [Flannel](https://github.com/coreos/flannel/) - Flannel is a virtual network that gives a subnet to each host for use with container runtimes. -* [Wagl](https://github.com/ahmetalpbalkan/wagl) - DNS Service Discovery for Docker Swarm (by [@ahmetalpbalkan][ahmetalpbalkan]) * [Weave][weave] (The Docker network) - Weave creates a virtual network that connects Docker containers deployed across multiple hosts. ## PaaS @@ -367,7 +366,6 @@ Services to securely store your Docker images. * [etcd](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery by [@coreOS][coreos] * [proxy](https://github.com/factorish/proxy) - lightweight nginx based load balancer self using service discovery provided by registrator. by [@factorish](https://github.com/factorish) * [registrator](https://github.com/progrium/registrator) - Service registry bridge for Docker by [@progrium][progrium] -* [wagl](https://github.com/ahmetalpbalkan/wagl/) - Service discovery for docker swarm using DNS [@ahmetalpbalkan](ahmetalpbalkan) ## Services for running containers * [Amazon ECS](http://aws.amazon.com/ecs/) - A management service on EC2 that supports Docker containers.