From e40d5b42a55b0b6674cc1062e10e01351c415284 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 3 Jan 2017 23:47:54 +0000 Subject: [PATCH] Mention swarm --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f9afde6..c8156c94 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ This project provides a way to run Docker containers as functions on Swarm Mode. * Each container has a watchdog process that hosts a web server allowing a JSON post request to be forwarded to a desired process via STDIN. The respose is sent to the caller via STDOUT. * A gateway provides a view to the containers/functions to the public Internet and collects metrics for Prometheus and in a future version will manage replicas and scale as throughput increases. -Minimum requirements: Docker 1.13 +Minimum requirements: + +* Docker 1.13 +* Run `docker swarm init` to enable Docker Swarm Mode on your host. Multiple hosts are not required. gateway =======