Updated README

Project: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-senssoft/commit/2b93e9bc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/tree/2b93e9bc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/diff/2b93e9bc

Branch: refs/heads/asf-site
Commit: 2b93e9bc470a6ce517028d4e0b71a563e46af752
Parents: c3aa251
Author: msbeard <msbe...@apache.org>
Authored: Fri Nov 17 12:06:54 2017 -0500
Committer: msbeard <msbe...@apache.org>
Committed: Fri Nov 17 12:06:54 2017 -0500

----------------------------------------------------------------------
 docker/README.md | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/2b93e9bc/docker/README.md
----------------------------------------------------------------------
diff --git a/docker/README.md b/docker/README.md
index f9d395a..df1f84e 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -24,7 +24,7 @@ How to Build SensSoft Docker Containers
 1. Start Elasticsearch cluster:
     
     ```bash
-    $ docker-compose up -d elasticsearch loadbalancer
+    $ docker-compose up -d --scale elasticsearch=3 elasticsearch loadbalancer
     ```
     
     The loadbalancer node exposes port 9200 on localhost and is the only node 
@@ -33,10 +33,6 @@ How to Build SensSoft Docker Containers
     and balances them across the elasticsearch worker nodes. The elasticsearch 
     worker nodes communicate to each other and the loadbalancer via TCP on 
port 9300. 
 
-1. Once Elasticsearch cluster is fully started, scale out elasticsearch 
service:
-   ```bash
-   $ docker-compose up --scale elasticsearch=3
-   ```
     
 1. Confirm cluster state:
    ```bash
@@ -66,7 +62,6 @@ How to Build SensSoft Docker Containers
   
    ```bash
    $ docker-compose up -d logstash
-   
    $ curl -XGET http://localhost:8100 
    ok
    ```

Reply via email to