Adding stack image to README

This commit is contained in:
Alex Ellis
2017-04-06 22:32:46 +01:00
committed by GitHub
parent bafea3e79a
commit d15d629b1f

View File

@ -13,9 +13,7 @@ FaaS is a framework for building serverless functions on Docker Swarm with first
[![Build
Status](https://travis-ci.org/alexellis/faas.svg?branch=master)](https://travis-ci.org/alexellis/faas)
## Minimum requirements:
* Docker 1.13 (to support Docker Stacks)
* At least a single host in Docker Swarm Mode. (run `docker swarm init`)
![Stack](http://blog.alexellis.io/content/images/2017/04/faas_hi.png)
## TestDrive
@ -63,6 +61,10 @@ FaaS is still expanding and growing, check out the developments around:
* [Read the Roadmap](https://github.com/alexellis/faas/blob/master/ROADMAP.md)
## Minimum requirements:
* Docker 1.13 (to support Docker Stacks)
* At least a single host in Docker Swarm Mode. (run `docker swarm init`)
## Additional content
#### Would you prefer a video overview?