mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-01-10 06:49:44 -05:00
Added the section Serverless with 2 new Serverless Frameworks Funker & Docker-Lambda
This commit is contained in:
parent
c175b8bb59
commit
1f7f8eaebb
@ -103,6 +103,7 @@ about docker! (Tips: checkout her [dotfiles][jfrazelledotfiles] and her [dockerf
|
|||||||
- [PaaS](#paas)
|
- [PaaS](#paas)
|
||||||
- [Remote Container Manager / Orchestration](#remote-container-manager--orchestration)
|
- [Remote Container Manager / Orchestration](#remote-container-manager--orchestration)
|
||||||
- [Security](#security)
|
- [Security](#security)
|
||||||
|
- [Serverless](#serverless)
|
||||||
- [Service Discovery](#service-discovery)
|
- [Service Discovery](#service-discovery)
|
||||||
- [Metadata](#metadata)
|
- [Metadata](#metadata)
|
||||||
- [Slides](#slides)
|
- [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
|
* [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.
|
* [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.
|
* [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
|
## 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.
|
* [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]
|
* [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
|
## Service Discovery
|
||||||
|
|
||||||
* [docker-consul](https://github.com/gliderlabs/docker-consul) by [@progrium][progrium]
|
* [docker-consul](https://github.com/gliderlabs/docker-consul) by [@progrium][progrium]
|
||||||
|
Loading…
Reference in New Issue
Block a user