You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2018/04/25 07:47:12 UTC

incubator-griffin git commit: fix doc

Repository: incubator-griffin
Updated Branches:
  refs/heads/master c30115565 -> afddefba8


fix doc

typo 3. -> 3.5

Author: louise <ay...@163.com>

Closes #267 from ludongfang/master.


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

Branch: refs/heads/master
Commit: afddefba8d90b0a4f6e34453254d8caf4ae03949
Parents: c301155
Author: louise <ay...@163.com>
Authored: Wed Apr 25 15:46:47 2018 +0800
Committer: Lionel Liu <bh...@163.com>
Committed: Wed Apr 25 15:46:47 2018 +0800

----------------------------------------------------------------------
 griffin-doc/docker/griffin-docker-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/afddefba/griffin-doc/docker/griffin-docker-guide.md
----------------------------------------------------------------------
diff --git a/griffin-doc/docker/griffin-docker-guide.md b/griffin-doc/docker/griffin-docker-guide.md
index 6038a0a..ff1fae9 100644
--- a/griffin-doc/docker/griffin-docker-guide.md
+++ b/griffin-doc/docker/griffin-docker-guide.md
@@ -45,7 +45,7 @@ Griffin docker images are pre-built on docker hub, users can pull them to try gr
     docker pull registry.docker-cn.com/bhlx3lyx7/svc_msr:0.2.0
     docker pull registry.docker-cn.com/bhlx3lyx7/elasticsearch
     docker pull registry.docker-cn.com/bhlx3lyx7/kafka
-    docker pull registry.docker-cn.com/zookeeper:3.
+    docker pull registry.docker-cn.com/zookeeper:3.5
    ```
 ## Start the Containers
 After pulling the images, you can run the docker image in [Batch mode](#how-to-use-griffin-docker-images-in-batch-mode)(always the first choice) or [Streaming mode](#how-to-use-griffin-docker-images-in-streaming-mode)(only if you need a streaming environment like kafka data source). Choose one mode and follow step1&2 to start the docker container.