From 9ed516cbcc54b930c0701c0723195afeba9321a9 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Wed, 21 Jun 2017 14:33:42 +0200 Subject: [PATCH] fixed grammar for the description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d25321c..ccc1f33 100644 --- a/README.md +++ b/README.md @@ -385,7 +385,7 @@ Services to securely store your Docker images. * [FaaS](https://github.com/alexellis/faas) - Docker Serverless/Functions as a Service (on Docker Swarm). By [@alexellis](https://github.com/alexellis/) * [Funker](https://github.com/bfirsh/funker-example-voting-app) - Functions as Docker containers example voting app. By [@bfirsh](https://github.com/bfirsh) * [IronFunctions](https://github.com/iron-io/functions) - The serverless microservices platform FaaS (Funcitons as a Service) which uses Docker containers to run Any language or AWS Lambda functions -* [SCAR](https://github.com/grycap/scar) - Serverless Container-aware ARchitectures (SCAR) is a serverless framework that allows easy deployment and execution of containers in Serverless environments i.e. Lambda (SCAR) by [@grycap](https://github.com/grycap) +* [SCAR](https://github.com/grycap/scar) - Serverless Container-aware ARchitectures (SCAR) is a serverless framework that allows easy deployment and execution of containers (e.g. Docker) in Serverless environments (e.g. Lambda) (SCAR) by [@grycap](https://github.com/grycap) ## Service Discovery * [Docker Grand Ambassador](https://github.com/cpuguy83/docker-grand-ambassador) - This is a fully dynamic docker link ambassador. + [Article](https://docs.docker.com/engine/admin/ambassador_pattern_linking/) by [@cpuguy83][cpuguy83]