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

lidongdai pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b748cdb  fix 3 problems in cn docker-deployment.md (#284)
b748cdb is described below

commit b748cdb5040ae527fe9b941a225f161b2d52e7e8
Author: Tq <[email protected]>
AuthorDate: Sun Jan 24 23:14:29 2021 +0800

    fix 3 problems in cn docker-deployment.md (#284)
---
 docs/zh-cn/1.3.4/user_doc/docker-deployment.md | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/docs/zh-cn/1.3.4/user_doc/docker-deployment.md 
b/docs/zh-cn/1.3.4/user_doc/docker-deployment.md
index 2ed02b3..6bb8623 100644
--- a/docs/zh-cn/1.3.4/user_doc/docker-deployment.md
+++ b/docs/zh-cn/1.3.4/user_doc/docker-deployment.md
@@ -66,23 +66,18 @@ $ docker run -dit --name dolphinscheduler \
 -p 8888:8888 \
 dolphinscheduler all
 ```
-
-### 然后登录系统
-      
-- 访问前端页面地址,接口ip(自行修改)
-http://192.168.xx.xx:8888
-
+##### 6、登录系统   
+访问前端界面: http://192.168.xx.xx:8888
  <p align="center">
    <img src="/img/login.png" width="60%" />
  </p>
 然后参考用户手册章节的`快速上手`即可进行使用
 
-
 ## 附录
 
 ### 在容器启动时,会自动启动以下服务:
 
-```aidl
+```
     MasterServer         ----- master服务
     WorkerServer         ----- worker服务
     LoggerServer         ----- logger服务
@@ -91,7 +86,7 @@ http://192.168.xx.xx:8888
 ```
 ### 如果你只是想运行 dolphinscheduler 中的部分服务
 
-你能够运行dolphinscheduler中的部分服务。
+你能够通执行以下指令仅运行dolphinscheduler中的部分服务。
 
 * 启动一个 **master server**, 如下:
 

Reply via email to