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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ae5a18a  Automated deployment: aa4cfade3fbc319921087cc0fd8cf4992cb0d5cb
ae5a18a is described below

commit ae5a18a5dbdca293af0be133acbeb0bdfe893c21
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 29 14:52:22 2021 +0000

    Automated deployment: aa4cfade3fbc319921087cc0fd8cf4992cb0d5cb
---
 en-us/docs/1.3.4/user_doc/docker-deployment.html  |  2 +-
 en-us/docs/1.3.4/user_doc/docker-deployment.json  |  2 +-
 en-us/docs/1.3.5/user_doc/docker-deployment.html  |  2 +-
 en-us/docs/1.3.5/user_doc/docker-deployment.json  |  2 +-
 en-us/docs/1.3.6/user_doc/docker-deployment.html  | 25 ++++++++++++++++++++++-
 en-us/docs/1.3.6/user_doc/docker-deployment.json  |  2 +-
 en-us/docs/latest/user_doc/docker-deployment.html | 25 ++++++++++++++++++++++-
 en-us/docs/latest/user_doc/docker-deployment.json |  2 +-
 zh-cn/docs/1.3.4/user_doc/docker-deployment.html  |  2 +-
 zh-cn/docs/1.3.4/user_doc/docker-deployment.json  |  2 +-
 zh-cn/docs/1.3.5/user_doc/docker-deployment.html  |  2 +-
 zh-cn/docs/1.3.5/user_doc/docker-deployment.json  |  2 +-
 zh-cn/docs/1.3.6/user_doc/docker-deployment.html  | 25 ++++++++++++++++++++++-
 zh-cn/docs/1.3.6/user_doc/docker-deployment.json  |  2 +-
 zh-cn/docs/latest/user_doc/docker-deployment.html | 25 ++++++++++++++++++++++-
 zh-cn/docs/latest/user_doc/docker-deployment.json |  2 +-
 16 files changed, 108 insertions(+), 16 deletions(-)

diff --git a/en-us/docs/1.3.4/user_doc/docker-deployment.html 
b/en-us/docs/1.3.4/user_doc/docker-deployment.html
index df47e91..41fbc9f 100644
--- a/en-us/docs/1.3.4/user_doc/docker-deployment.html
+++ b/en-us/docs/1.3.4/user_doc/docker-deployment.html
@@ -60,7 +60,7 @@ $ docker-compose up -d
 -p 8888:8888 \
 apache/dolphinscheduler:1.3.4 all
 </code></pre>
-<p>Note: database username and password need to be replaced with your database 
username and password, 192.168.x.x need to be replaced with your relate 
zookeeper or database host IP</p>
+<p>Note: database username test and password test need to be replaced with 
your actual PostgreSQL username and password, 192.168.x.x need to be replaced 
with your relate PostgreSQL and ZooKeeper host IP</p>
 <h4>6. Login</h4>
 <p>Same as above</p>
 <h3>The Third Way: Start a standalone DolphinScheduler server</h3>
diff --git a/en-us/docs/1.3.4/user_doc/docker-deployment.json 
b/en-us/docs/1.3.4/user_doc/docker-deployment.json
index 4e91199..e1ee690 100644
--- a/en-us/docs/1.3.4/user_doc/docker-deployment.json
+++ b/en-us/docs/1.3.4/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>QuickStart in 
Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker 
image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The 
First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In 
this way, you need to install <a href=\"https://docs.docker.co [...]
+  "__html": "<h1>QuickStart in 
Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker 
image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The 
First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In 
this way, you need to install <a href=\"https://docs.docker.co [...]
   "link": "/dist/en-us/docs/1.3.4/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/1.3.5/user_doc/docker-deployment.html 
b/en-us/docs/1.3.5/user_doc/docker-deployment.html
index 44f9c55..5e67d76 100644
--- a/en-us/docs/1.3.5/user_doc/docker-deployment.html
+++ b/en-us/docs/1.3.5/user_doc/docker-deployment.html
@@ -60,7 +60,7 @@ $ docker-compose up -d
 -p 12345:12345 \
 apache/dolphinscheduler:1.3.5 all
 </code></pre>
-<p>Note: database username and password need to be replaced with your database 
username and password, 192.168.x.x need to be replaced with your relate 
zookeeper or database host IP</p>
+<p>Note: database username test and password test need to be replaced with 
your actual PostgreSQL username and password, 192.168.x.x need to be replaced 
with your relate PostgreSQL and ZooKeeper host IP</p>
 <h4>6. Login</h4>
 <p>Same as above</p>
 <h3>The Third Way: Start a standalone DolphinScheduler server</h3>
diff --git a/en-us/docs/1.3.5/user_doc/docker-deployment.json 
b/en-us/docs/1.3.5/user_doc/docker-deployment.json
index abc96ea..0a3582e 100644
--- a/en-us/docs/1.3.5/user_doc/docker-deployment.json
+++ b/en-us/docs/1.3.5/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>QuickStart in 
Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker 
image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The 
First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In 
this way, you need to install <a href=\"https://docs.docker.co [...]
+  "__html": "<h1>QuickStart in 
Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker 
image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The 
First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In 
this way, you need to install <a href=\"https://docs.docker.co [...]
   "link": "/dist/en-us/docs/1.3.5/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/1.3.6/user_doc/docker-deployment.html 
b/en-us/docs/1.3.6/user_doc/docker-deployment.html
index ce31aa1..91b2b38 100644
--- a/en-us/docs/1.3.6/user_doc/docker-deployment.html
+++ b/en-us/docs/1.3.6/user_doc/docker-deployment.html
@@ -20,6 +20,25 @@
 <p>Here're 3 ways to quickly install DolphinScheduler</p>
 <h3>The First Way: Start a DolphinScheduler by docker-compose 
(recommended)</h3>
 <p>In this way, you need to install <a 
href="https://docs.docker.com/compose/";>docker-compose</a> as a prerequisite, 
please install it yourself according to the rich docker-compose installation 
guidance on the Internet</p>
+<p>For Windows 10, you can install <a 
href="https://docs.docker.com/docker-for-windows/install/";>Docker Desktop</a>. 
For Windows 7, 8 and 8.1, you can install <a 
href="https://github.com/docker/toolbox";>Docker Toolbox</a></p>
+<h4>0. Requirements</h4>
+<p>For Mac user, please configure memory not less than 4GB (Click <code>Docker 
Desktop -&gt; Preferences -&gt; Resources -&gt; Memory</code>)</p>
+<p>For Windows Docker Toolbox user, three items need to be configured:</p>
+<ul>
+<li>Ensure that <strong>hardware virtualization</strong> is enabled which may 
need to set the BIOS</li>
+<li>Configure memory not less than 4G
+<ul>
+<li>Open <strong>Oracle VirtualBox Manager</strong>, if you double-click 
<strong>Docker Quickstart Terminal</strong> and successfully run Docker 
Toolbox, you will see a Virtual Machine named <code>default</code></li>
+<li>Click <code>Settings -&gt; System -&gt; Motherboard -&gt; Base 
Memory</code></li>
+</ul>
+</li>
+<li>Configure port forwarding
+<ul>
+<li>Click <code>Settings -&gt; Network -&gt; Advanced -&gt; Port Forwarding 
-&gt; Add</code></li>
+<li><code>Name</code>, <code>Host Port</code> and <code>Guest Port</code> all 
fill in <code>12345</code>, regardless of <code>Host IP</code> and <code>Guest 
IP</code></li>
+</ul>
+</li>
+</ul>
 <h4>1. Download the Source Code Package</h4>
 <p>Please download the latest version of the source code package, download 
address: <a href="/en-us/download/download.html">download</a></p>
 <p>After downloading apache-dolphinscheduler-1.3.6-src.tar.gz, uncompress 
it</p>
@@ -31,6 +50,10 @@ $ docker pull apache/dolphinscheduler:1.3.6
 $ docker tag apache/dolphinscheduler:1.3.6 apache/dolphinscheduler:latest
 $ docker-compose up -d
 </code></pre>
+<h5>2.1 For Docker Toolbox on Windows</h5>
+<p>Just double-click <strong>Docker Quickstart Terminal</strong> and type the 
above commands</p>
+<h5>2.2 For Docker Desktop on Windows</h5>
+<p>Coming soon</p>
 <h4>3. Login</h4>
 <p>Visit the Web UI: <a 
href="http://192.168.xx.xx:12345/dolphinscheduler";>http://192.168.xx.xx:12345/dolphinscheduler</a></p>
 <p>The default username is <code>admin</code> and the default password is 
<code>dolphinscheduler123</code></p>
@@ -60,7 +83,7 @@ $ docker-compose up -d
 -p 12345:12345 \
 apache/dolphinscheduler:1.3.6 all
 </code></pre>
-<p>Note: database username and password need to be replaced with your database 
username and password, 192.168.x.x need to be replaced with your relate 
zookeeper or database host IP</p>
+<p>Note: database username test and password test need to be replaced with 
your actual PostgreSQL username and password, 192.168.x.x need to be replaced 
with your relate PostgreSQL and ZooKeeper host IP</p>
 <h4>6. Login</h4>
 <p>Same as above</p>
 <h3>The Third Way: Start a standalone DolphinScheduler server</h3>
diff --git a/en-us/docs/1.3.6/user_doc/docker-deployment.json 
b/en-us/docs/1.3.6/user_doc/docker-deployment.json
index 6248ee5..7b5ad3f 100644
--- a/en-us/docs/1.3.6/user_doc/docker-deployment.json
+++ b/en-us/docs/1.3.6/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>QuickStart in 
Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker 
image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The 
First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In 
this way, you need to install <a href=\"https://docs.docker.co [...]
+  "__html": "<h1>QuickStart in 
Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker 
image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The 
First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In 
this way, you need to install <a href=\"https://docs.docker.co [...]
   "link": "/dist/en-us/docs/1.3.6/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/latest/user_doc/docker-deployment.html 
b/en-us/docs/latest/user_doc/docker-deployment.html
index ce31aa1..91b2b38 100644
--- a/en-us/docs/latest/user_doc/docker-deployment.html
+++ b/en-us/docs/latest/user_doc/docker-deployment.html
@@ -20,6 +20,25 @@
 <p>Here're 3 ways to quickly install DolphinScheduler</p>
 <h3>The First Way: Start a DolphinScheduler by docker-compose 
(recommended)</h3>
 <p>In this way, you need to install <a 
href="https://docs.docker.com/compose/";>docker-compose</a> as a prerequisite, 
please install it yourself according to the rich docker-compose installation 
guidance on the Internet</p>
+<p>For Windows 10, you can install <a 
href="https://docs.docker.com/docker-for-windows/install/";>Docker Desktop</a>. 
For Windows 7, 8 and 8.1, you can install <a 
href="https://github.com/docker/toolbox";>Docker Toolbox</a></p>
+<h4>0. Requirements</h4>
+<p>For Mac user, please configure memory not less than 4GB (Click <code>Docker 
Desktop -&gt; Preferences -&gt; Resources -&gt; Memory</code>)</p>
+<p>For Windows Docker Toolbox user, three items need to be configured:</p>
+<ul>
+<li>Ensure that <strong>hardware virtualization</strong> is enabled which may 
need to set the BIOS</li>
+<li>Configure memory not less than 4G
+<ul>
+<li>Open <strong>Oracle VirtualBox Manager</strong>, if you double-click 
<strong>Docker Quickstart Terminal</strong> and successfully run Docker 
Toolbox, you will see a Virtual Machine named <code>default</code></li>
+<li>Click <code>Settings -&gt; System -&gt; Motherboard -&gt; Base 
Memory</code></li>
+</ul>
+</li>
+<li>Configure port forwarding
+<ul>
+<li>Click <code>Settings -&gt; Network -&gt; Advanced -&gt; Port Forwarding 
-&gt; Add</code></li>
+<li><code>Name</code>, <code>Host Port</code> and <code>Guest Port</code> all 
fill in <code>12345</code>, regardless of <code>Host IP</code> and <code>Guest 
IP</code></li>
+</ul>
+</li>
+</ul>
 <h4>1. Download the Source Code Package</h4>
 <p>Please download the latest version of the source code package, download 
address: <a href="/en-us/download/download.html">download</a></p>
 <p>After downloading apache-dolphinscheduler-1.3.6-src.tar.gz, uncompress 
it</p>
@@ -31,6 +50,10 @@ $ docker pull apache/dolphinscheduler:1.3.6
 $ docker tag apache/dolphinscheduler:1.3.6 apache/dolphinscheduler:latest
 $ docker-compose up -d
 </code></pre>
+<h5>2.1 For Docker Toolbox on Windows</h5>
+<p>Just double-click <strong>Docker Quickstart Terminal</strong> and type the 
above commands</p>
+<h5>2.2 For Docker Desktop on Windows</h5>
+<p>Coming soon</p>
 <h4>3. Login</h4>
 <p>Visit the Web UI: <a 
href="http://192.168.xx.xx:12345/dolphinscheduler";>http://192.168.xx.xx:12345/dolphinscheduler</a></p>
 <p>The default username is <code>admin</code> and the default password is 
<code>dolphinscheduler123</code></p>
@@ -60,7 +83,7 @@ $ docker-compose up -d
 -p 12345:12345 \
 apache/dolphinscheduler:1.3.6 all
 </code></pre>
-<p>Note: database username and password need to be replaced with your database 
username and password, 192.168.x.x need to be replaced with your relate 
zookeeper or database host IP</p>
+<p>Note: database username test and password test need to be replaced with 
your actual PostgreSQL username and password, 192.168.x.x need to be replaced 
with your relate PostgreSQL and ZooKeeper host IP</p>
 <h4>6. Login</h4>
 <p>Same as above</p>
 <h3>The Third Way: Start a standalone DolphinScheduler server</h3>
diff --git a/en-us/docs/latest/user_doc/docker-deployment.json 
b/en-us/docs/latest/user_doc/docker-deployment.json
index 6248ee5..7b5ad3f 100644
--- a/en-us/docs/latest/user_doc/docker-deployment.json
+++ b/en-us/docs/latest/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>QuickStart in 
Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker 
image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The 
First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In 
this way, you need to install <a href=\"https://docs.docker.co [...]
+  "__html": "<h1>QuickStart in 
Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker 
image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The 
First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In 
this way, you need to install <a href=\"https://docs.docker.co [...]
   "link": "/dist/en-us/docs/1.3.6/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.3.4/user_doc/docker-deployment.html 
b/zh-cn/docs/1.3.4/user_doc/docker-deployment.html
index 30b8b96..0ddd431 100644
--- a/zh-cn/docs/1.3.4/user_doc/docker-deployment.html
+++ b/zh-cn/docs/1.3.4/user_doc/docker-deployment.html
@@ -60,7 +60,7 @@ $ docker-compose up -d
 -p 8888:8888 \
 apache/dolphinscheduler:1.3.4 all
 </code></pre>
-<p>注:数据库用户和密码需要替换为具体的数据库用户名和密码,192.168.x.x 需要替换为 zookeeper 和 数据库的主机 IP</p>
+<p>注:数据库用户 test 和密码 test 需要替换为实际的 PostgreSQL 用户和密码,192.168.x.x 需要替换为 
PostgreSQL 和 ZooKeeper 的主机 IP</p>
 <h4>6、登录系统</h4>
 <p>同上</p>
 <h3>三、运行 DolphinScheduler 中的独立服务</h3>
diff --git a/zh-cn/docs/1.3.4/user_doc/docker-deployment.json 
b/zh-cn/docs/1.3.4/user_doc/docker-deployment.json
index 92dc89d..3236182 100644
--- a/zh-cn/docs/1.3.4/user_doc/docker-deployment.json
+++ b/zh-cn/docs/1.3.4/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 
DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler 
(推荐)</h3>\n<p>这种方式需要先安装 <a 
href=\"https://docs.docker.com/compose/\";>docker-compose</a> , docker-compose 
的安装网上已经有非常多的资料,请自行安装即可</p>\n<h4>1、下载源码包</h4>\n<p [...]
+  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 
DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler 
(推荐)</h3>\n<p>这种方式需要先安装 <a 
href=\"https://docs.docker.com/compose/\";>docker-compose</a> , docker-compose 
的安装网上已经有非常多的资料,请自行安装即可</p>\n<h4>1、下载源码包</h4>\n<p [...]
   "link": "/dist/zh-cn/docs/1.3.4/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.3.5/user_doc/docker-deployment.html 
b/zh-cn/docs/1.3.5/user_doc/docker-deployment.html
index 1a2bfc3..ee4ee3b 100644
--- a/zh-cn/docs/1.3.5/user_doc/docker-deployment.html
+++ b/zh-cn/docs/1.3.5/user_doc/docker-deployment.html
@@ -60,7 +60,7 @@ $ docker-compose up -d
 -p 12345:12345 \
 apache/dolphinscheduler:1.3.5 all
 </code></pre>
-<p>注:数据库用户和密码需要替换为具体的数据库用户名和密码,192.168.x.x 需要替换为 zookeeper 和 数据库的主机 IP</p>
+<p>注:数据库用户 test 和密码 test 需要替换为实际的 PostgreSQL 用户和密码,192.168.x.x 需要替换为 
PostgreSQL 和 ZooKeeper 的主机 IP</p>
 <h4>6、登录系统</h4>
 <p>同上</p>
 <h3>三、运行 DolphinScheduler 中的独立服务</h3>
diff --git a/zh-cn/docs/1.3.5/user_doc/docker-deployment.json 
b/zh-cn/docs/1.3.5/user_doc/docker-deployment.json
index b90b023..9a257cc 100644
--- a/zh-cn/docs/1.3.5/user_doc/docker-deployment.json
+++ b/zh-cn/docs/1.3.5/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 
DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler 
(推荐)</h3>\n<p>这种方式需要先安装 <a 
href=\"https://docs.docker.com/compose/\";>docker-compose</a> , docker-compose 
的安装网上已经有非常多的资料,请自行安装即可</p>\n<h4>1、下载源码包</h4>\n<p [...]
+  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 
DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler 
(推荐)</h3>\n<p>这种方式需要先安装 <a 
href=\"https://docs.docker.com/compose/\";>docker-compose</a> , docker-compose 
的安装网上已经有非常多的资料,请自行安装即可</p>\n<h4>1、下载源码包</h4>\n<p [...]
   "link": "/dist/zh-cn/docs/1.3.5/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.3.6/user_doc/docker-deployment.html 
b/zh-cn/docs/1.3.6/user_doc/docker-deployment.html
index aecc42b..1cb4c6a 100644
--- a/zh-cn/docs/1.3.6/user_doc/docker-deployment.html
+++ b/zh-cn/docs/1.3.6/user_doc/docker-deployment.html
@@ -20,6 +20,25 @@
 <p>有 3 种方式可以快速试用 DolphinScheduler</p>
 <h3>一、以 docker-compose 的方式启动 DolphinScheduler (推荐)</h3>
 <p>这种方式需要先安装 <a href="https://docs.docker.com/compose/";>docker-compose</a> , 
docker-compose 的安装网上已经有非常多的资料,请自行安装即可</p>
+<p>对于 Windows 10,你可以安装 <a 
href="https://docs.docker.com/docker-for-windows/install/";>Docker 
Desktop</a>。对于 Windows 7, 8 和 8.1, 你可以安装 <a 
href="https://github.com/docker/toolbox";>Docker Toolbox</a></p>
+<h4>0、要求</h4>
+<p>对于 Mac 用户,请配置内存不少于 4GB (点击 <code>Docker Desktop -&gt; Preferences -&gt; 
Resources -&gt; Memory</code>)</p>
+<p>对于 Windows Docker Toolbox 用户,有三项需要配置:</p>
+<ul>
+<li>确保<strong>硬件虚拟化</strong>开启,它可能需要设置 BIOS</li>
+<li>配置内存不少于 4GB
+<ul>
+<li>打开 <strong>Oracle VirtualBox Manager</strong>,如果你双击 <strong>Docker 
Quickstart Terminal</strong> 并成功运行 Docker Toolbox,你将会看到一个名为 
<code>default</code> 的虚拟机</li>
+<li>点击 <code>设置 -&gt; 系统 -&gt; 主板 -&gt; 内存大小</code></li>
+</ul>
+</li>
+<li>配置端口转发
+<ul>
+<li>点击 <code>设置 -&gt; 网络 -&gt; 高级 -&gt; 端口转发 -&gt; 添加</code></li>
+<li><code>名称</code>,<code>主机端口</code> 和 <code>子系统端口</code> 都填写 
<code>12345</code>,不填 <code>主机IP</code> 和 <code>子系统IP</code></li>
+</ul>
+</li>
+</ul>
 <h4>1、下载源码包</h4>
 <p>请下载最新版本的源码包,下载地址: <a href="/zh-cn/download/download.html">下载</a></p>
 <p>下载 apache-dolphinscheduler-1.3.6-src.tar.gz 后,解压缩</p>
@@ -31,6 +50,10 @@ $ docker pull apache/dolphinscheduler:1.3.6
 $ docker tag apache/dolphinscheduler:1.3.6 apache/dolphinscheduler:latest
 $ docker-compose up -d
 </code></pre>
+<h5>2.1 For Docker Toolbox on Windows</h5>
+<p>双击 <strong>Docker Quickstart Terminal</strong> 并键入以上命令即可</p>
+<h5>2.2 For Docker Desktop on Windows</h5>
+<p>即将到来</p>
 <h4>3、登录系统</h4>
 <p>访问前端页面: <a 
href="http://192.168.xx.xx:12345/dolphinscheduler";>http://192.168.xx.xx:12345/dolphinscheduler</a></p>
 <p>默认的用户是<code>admin</code>,默认的密码是<code>dolphinscheduler123</code></p>
@@ -60,7 +83,7 @@ $ docker-compose up -d
 -p 12345:12345 \
 apache/dolphinscheduler:1.3.6 all
 </code></pre>
-<p>注:数据库用户和密码需要替换为具体的数据库用户名和密码,192.168.x.x 需要替换为 zookeeper 和 数据库的主机 IP</p>
+<p>注:数据库用户 test 和密码 test 需要替换为实际的 PostgreSQL 用户和密码,192.168.x.x 需要替换为 
PostgreSQL 和 ZooKeeper 的主机 IP</p>
 <h4>6、登录系统</h4>
 <p>同上</p>
 <h3>三、运行 DolphinScheduler 中的独立服务</h3>
diff --git a/zh-cn/docs/1.3.6/user_doc/docker-deployment.json 
b/zh-cn/docs/1.3.6/user_doc/docker-deployment.json
index 39fb275..99ad566 100644
--- a/zh-cn/docs/1.3.6/user_doc/docker-deployment.json
+++ b/zh-cn/docs/1.3.6/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 
DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler 
(推荐)</h3>\n<p>这种方式需要先安装 <a 
href=\"https://docs.docker.com/compose/\";>docker-compose</a> , docker-compose 
的安装网上已经有非常多的资料,请自行安装即可</p>\n<h4>1、下载源码包</h4>\n<p [...]
+  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 
DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler 
(推荐)</h3>\n<p>这种方式需要先安装 <a 
href=\"https://docs.docker.com/compose/\";>docker-compose</a> , docker-compose 
的安装网上已经有非常多的资料,请自行安装即可</p>\n<p>对于 Windows 10,你可以 [...]
   "link": "/dist/zh-cn/docs/1.3.6/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/latest/user_doc/docker-deployment.html 
b/zh-cn/docs/latest/user_doc/docker-deployment.html
index aecc42b..1cb4c6a 100644
--- a/zh-cn/docs/latest/user_doc/docker-deployment.html
+++ b/zh-cn/docs/latest/user_doc/docker-deployment.html
@@ -20,6 +20,25 @@
 <p>有 3 种方式可以快速试用 DolphinScheduler</p>
 <h3>一、以 docker-compose 的方式启动 DolphinScheduler (推荐)</h3>
 <p>这种方式需要先安装 <a href="https://docs.docker.com/compose/";>docker-compose</a> , 
docker-compose 的安装网上已经有非常多的资料,请自行安装即可</p>
+<p>对于 Windows 10,你可以安装 <a 
href="https://docs.docker.com/docker-for-windows/install/";>Docker 
Desktop</a>。对于 Windows 7, 8 和 8.1, 你可以安装 <a 
href="https://github.com/docker/toolbox";>Docker Toolbox</a></p>
+<h4>0、要求</h4>
+<p>对于 Mac 用户,请配置内存不少于 4GB (点击 <code>Docker Desktop -&gt; Preferences -&gt; 
Resources -&gt; Memory</code>)</p>
+<p>对于 Windows Docker Toolbox 用户,有三项需要配置:</p>
+<ul>
+<li>确保<strong>硬件虚拟化</strong>开启,它可能需要设置 BIOS</li>
+<li>配置内存不少于 4GB
+<ul>
+<li>打开 <strong>Oracle VirtualBox Manager</strong>,如果你双击 <strong>Docker 
Quickstart Terminal</strong> 并成功运行 Docker Toolbox,你将会看到一个名为 
<code>default</code> 的虚拟机</li>
+<li>点击 <code>设置 -&gt; 系统 -&gt; 主板 -&gt; 内存大小</code></li>
+</ul>
+</li>
+<li>配置端口转发
+<ul>
+<li>点击 <code>设置 -&gt; 网络 -&gt; 高级 -&gt; 端口转发 -&gt; 添加</code></li>
+<li><code>名称</code>,<code>主机端口</code> 和 <code>子系统端口</code> 都填写 
<code>12345</code>,不填 <code>主机IP</code> 和 <code>子系统IP</code></li>
+</ul>
+</li>
+</ul>
 <h4>1、下载源码包</h4>
 <p>请下载最新版本的源码包,下载地址: <a href="/zh-cn/download/download.html">下载</a></p>
 <p>下载 apache-dolphinscheduler-1.3.6-src.tar.gz 后,解压缩</p>
@@ -31,6 +50,10 @@ $ docker pull apache/dolphinscheduler:1.3.6
 $ docker tag apache/dolphinscheduler:1.3.6 apache/dolphinscheduler:latest
 $ docker-compose up -d
 </code></pre>
+<h5>2.1 For Docker Toolbox on Windows</h5>
+<p>双击 <strong>Docker Quickstart Terminal</strong> 并键入以上命令即可</p>
+<h5>2.2 For Docker Desktop on Windows</h5>
+<p>即将到来</p>
 <h4>3、登录系统</h4>
 <p>访问前端页面: <a 
href="http://192.168.xx.xx:12345/dolphinscheduler";>http://192.168.xx.xx:12345/dolphinscheduler</a></p>
 <p>默认的用户是<code>admin</code>,默认的密码是<code>dolphinscheduler123</code></p>
@@ -60,7 +83,7 @@ $ docker-compose up -d
 -p 12345:12345 \
 apache/dolphinscheduler:1.3.6 all
 </code></pre>
-<p>注:数据库用户和密码需要替换为具体的数据库用户名和密码,192.168.x.x 需要替换为 zookeeper 和 数据库的主机 IP</p>
+<p>注:数据库用户 test 和密码 test 需要替换为实际的 PostgreSQL 用户和密码,192.168.x.x 需要替换为 
PostgreSQL 和 ZooKeeper 的主机 IP</p>
 <h4>6、登录系统</h4>
 <p>同上</p>
 <h3>三、运行 DolphinScheduler 中的独立服务</h3>
diff --git a/zh-cn/docs/latest/user_doc/docker-deployment.json 
b/zh-cn/docs/latest/user_doc/docker-deployment.json
index 39fb275..99ad566 100644
--- a/zh-cn/docs/latest/user_doc/docker-deployment.json
+++ b/zh-cn/docs/latest/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 
DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler 
(推荐)</h3>\n<p>这种方式需要先安装 <a 
href=\"https://docs.docker.com/compose/\";>docker-compose</a> , docker-compose 
的安装网上已经有非常多的资料,请自行安装即可</p>\n<h4>1、下载源码包</h4>\n<p [...]
+  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 
DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler 
(推荐)</h3>\n<p>这种方式需要先安装 <a 
href=\"https://docs.docker.com/compose/\";>docker-compose</a> , docker-compose 
的安装网上已经有非常多的资料,请自行安装即可</p>\n<p>对于 Windows 10,你可以 [...]
   "link": "/dist/zh-cn/docs/1.3.6/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to