Added the section Serverless with 2 new Serverless Frameworks Funker & Docker-Lambda

This commit is contained in:
Brian Christner 2016-12-01 14:04:40 +01:00
parent c175b8bb59
commit 1f7f8eaebb
No known key found for this signature in database
GPG Key ID: 8453AD0CB29591D1
1 changed files with 7 additions and 1 deletions

View File

@ -103,6 +103,7 @@ about docker! (Tips: checkout her [dotfiles][jfrazelledotfiles] and her [dockerf
- [PaaS](#paas)
- [Remote Container Manager / Orchestration](#remote-container-manager--orchestration)
- [Security](#security)
- [Serverless](#serverless)
- [Service Discovery](#service-discovery)
- [Metadata](#metadata)
- [Slides](#slides)
@ -633,7 +634,6 @@ desktop!
* [Rancher][rancher]: Rancher is an open source project that provides a complete platform for operating Docker in production
* [Dcw](https://github.com/pbertera/dcw): Docker-compose SSH wrapper: a very poor man PaaS, exposing the docker-compose and custom-container commands defined in container labels.
* [Dockhero](https://dockhero.io/): Dockhero is a Heroku add-on which turns a Docker image into a microservice attached to the Heroku app. Currently in beta.
* [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
## Remote Container Manager / Orchestration
@ -670,6 +670,12 @@ desktop!
* [Twistlock](https://twistlock.com/) Twistlock Security Suite detects vulnerabilities, hardens container images, and enforces security policies across the lifecycle of applications.
* [Clair](https://github.com/coreos/clair) Clair is an open source project for the static analysis of vulnerabilities in appc and docker containers. By [@coreos][CoreOS]
## Serverless
* [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
* [Funker](https://github.com/bfirsh/funker-example-voting-app) - Functions as Docker containers
* [Docker-Lambda](https://github.com/lambci/docker-lambda) - Docker images and test runners that replicate the live AWS Lambda environment
## Service Discovery
* [docker-consul](https://github.com/gliderlabs/docker-consul) by [@progrium][progrium]