From ce63341d6633be57eb6217718aab885c976b345a Mon Sep 17 00:00:00 2001 From: Kirill Date: Tue, 25 Apr 2017 17:15:50 +0300 Subject: [PATCH] Small update https://github.com/sorintlab/stolon/issues/260#issuecomment-295202703 --- examples/docker/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/docker/README.md b/examples/docker/README.md index 95d6e95f3..58d2b3852 100644 --- a/examples/docker/README.md +++ b/examples/docker/README.md @@ -21,6 +21,8 @@ The `etc/init-spec.json` file provides a minimal default Stolon cluster specific A convenient `build` target is provided in the Makefile to build all the components' image and generate the needed secrets. +At first - you need run ``` ./build.sh``` in the project root for files generation in ``` /bin``` and others initial. + ## Local Cluster This example sets up a Stolon cluster of 1 Sentinel instance, 3 Keeper instances, 1 Proxy instance and 3 etcd instances in your local environment. All containers are connected to a user-defined bridge network, named `stolon-network`.