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/08/27 01:42:58 UTC

incubator-griffin git commit: update docker guide document

Repository: incubator-griffin
Updated Branches:
  refs/heads/master 45ef33cbd -> 5b2c7959a


update docker guide document

for the latest docker image version

Author: MintL617 <mi...@gmail.com>

Closes #402 from MintL617/dev.


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

Branch: refs/heads/master
Commit: 5b2c7959a11639389c4863b4715278779d80fb75
Parents: 45ef33c
Author: MintL617 <mi...@gmail.com>
Authored: Mon Aug 27 09:42:53 2018 +0800
Committer: Lionel Liu <bh...@163.com>
Committed: Mon Aug 27 09:42:53 2018 +0800

----------------------------------------------------------------------
 griffin-doc/docker/griffin-docker-guide.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/5b2c7959/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 7d5b8bc..ea6fb72 100644
--- a/griffin-doc/docker/griffin-docker-guide.md
+++ b/griffin-doc/docker/griffin-docker-guide.md
@@ -35,14 +35,14 @@ Griffin docker images are pre-built on docker hub, users can pull them to try gr
     
 3. Pull griffin pre-built docker images, but if you access docker repository easily(NOT in China).
     ```
-    docker pull bhlx3lyx7/griffin_spark2:0.2.0
+    docker pull bhlx3lyx7/griffin_spark2:0.2.1
     docker pull bhlx3lyx7/elasticsearch
     docker pull bhlx3lyx7/kafka
     docker pull zookeeper:3.5
     ```
    For Chinese users, you can pull the images from the following mirrors.
     ```
-    docker pull registry.docker-cn.com/bhlx3lyx7/griffin_spark2:0.2.0
+    docker pull registry.docker-cn.com/bhlx3lyx7/griffin_spark2:0.2.1
     docker pull registry.docker-cn.com/bhlx3lyx7/elasticsearch
     docker pull registry.docker-cn.com/bhlx3lyx7/kafka
     docker pull registry.docker-cn.com/zookeeper:3.5