Added Serverless & Container Aware Framework (Scar)

This commit is contained in:
Brian Christner 2017-06-21 13:30:12 +02:00
parent 44f34b31f7
commit 7829e42de2
No known key found for this signature in database
GPG Key ID: 8453AD0CB29591D1

View File

@ -385,6 +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) 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]