Merge pull request #329 from vladgolubev/patch-1

Add Apache OpenWhisk to Serverless section
This commit is contained in:
Julien Bisconti 2017-04-27 13:47:31 +03:00 committed by GitHub
commit 681a40b5ac

View File

@ -379,6 +379,7 @@ Services to securely store your Docker images.
## Serverless
* [ATOMIQ](https://github.com/atomiqio/atomiq) - The open source unified CaaS/FaaS platform for Docker, batteries included. (formerly AMP by Team Appcelerator)
* [Apache OpenWhisk](https://github.com/openwhisk/openwhisk) - serverless distributed event-based programming service that executes functions in response to events at any scale.
* [Docker-Lambda](https://github.com/lambci/docker-lambda) - Docker images and test runners that replicate the live AWS Lambda environment
* [FaaS](https://github.com/alexellis/faas) - Docker Serverless/Functions as a Service (on Docker Swarm)
* [Funker](https://github.com/bfirsh/funker-example-voting-app) - Functions as Docker containers