This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a commit to branch document
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/document by this push:
     new dba481c2e5 # minor, add note for part of docker
dba481c2e5 is described below

commit dba481c2e5642891920b4439fe54a13021f7a0d4
Author: Mukvin <boyboys...@163.com>
AuthorDate: Wed May 11 21:43:27 2022 +0800

    # minor, add note for part of docker
---
 website/_docs/install/kylin_docker.cn.md | 2 ++
 website/_docs/install/kylin_docker.md    | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/website/_docs/install/kylin_docker.cn.md 
b/website/_docs/install/kylin_docker.cn.md
index 0a5a38d8de..7cf49e890d 100644
--- a/website/_docs/install/kylin_docker.cn.md
+++ b/website/_docs/install/kylin_docker.cn.md
@@ -56,6 +56,8 @@ apachekylin/apache-kylin-standalone:4.0.0
 
 我们已将面向用户的 MDX for Kylin 镜像上传至 docker 仓库,用户无需在本地构建镜像,直接执行以下命令从 docker 仓库 pull 
镜像:
 
+> 注意:当前镜像包含了 `Kylin`,默认会同时启动 `Kylin` 和 `MDX for Kylin`。
+
 {% highlight Groff markup %}
 docker pull apachekylin/apache-kylin-standalone:kylin-4.0.1-mondrian
 {% endhighlight %}
diff --git a/website/_docs/install/kylin_docker.md 
b/website/_docs/install/kylin_docker.md
index 745f1c5a6e..060c4f52bd 100644
--- a/website/_docs/install/kylin_docker.md
+++ b/website/_docs/install/kylin_docker.md
@@ -56,6 +56,8 @@ After the container is started, we can enter the container 
through the `docker e
 
 We have pushed the MDX for Kylin image for the user to the docker hub. Users 
do not need to build the image locally, just execute the following command to 
pull the image from the docker hub:
 
+> Note: Current docker image contains the `Kylin` and `MDX for Kylin`, so `MDX 
for Kylin` will start with `Kylin` at the same time.
+
 {% highlight Groff markup %}
 docker pull apachekylin/apache-kylin-standalone:kylin-4.0.1-mondrian
 {% endhighlight %}

Reply via email to