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 3d8384f  Automated deployment: b7eec359ecf46132d4ff2a65719c524c888dbd38
3d8384f is described below

commit 3d8384f2dec2af62d0ca7c4d64425804d2c3a92d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 9 08:10:48 2021 +0000

    Automated deployment: b7eec359ecf46132d4ff2a65719c524c888dbd38
---
 en-us/docs/1.3.8/user_doc/docker-deployment.html  | 14 ++++++++++++--
 en-us/docs/1.3.8/user_doc/docker-deployment.json  |  2 +-
 en-us/docs/latest/user_doc/docker-deployment.html | 14 ++++++++++++--
 en-us/docs/latest/user_doc/docker-deployment.json |  2 +-
 zh-cn/docs/1.3.8/user_doc/docker-deployment.html  | 14 ++++++++++++--
 zh-cn/docs/1.3.8/user_doc/docker-deployment.json  |  2 +-
 zh-cn/docs/latest/user_doc/docker-deployment.html | 14 ++++++++++++--
 zh-cn/docs/latest/user_doc/docker-deployment.json |  2 +-
 8 files changed, 52 insertions(+), 12 deletions(-)

diff --git a/en-us/docs/1.3.8/user_doc/docker-deployment.html 
b/en-us/docs/1.3.8/user_doc/docker-deployment.html
index 010ca8a..e8f8991 100644
--- a/en-us/docs/1.3.8/user_doc/docker-deployment.html
+++ b/en-us/docs/1.3.8/user_doc/docker-deployment.html
@@ -348,7 +348,7 @@ docker logs --tail 10 docker-swarm_dolphinscheduler-api_1 # 
show last 10 lines f
 <pre><code>docker service scale dolphinscheduler_dolphinscheduler-worker=3
 </code></pre>
 <h3>How to build a Docker image?</h3>
-<h4>1. Build from the source code (Require Maven 3.3+ &amp; JDK 1.8+)</h4>
+<h4>Build from the source code (Require Maven 3.3+ &amp; JDK 1.8+)</h4>
 <p>In Unix-Like, execute in Terminal:</p>
 <pre><code class="language-bash">$ bash ./docker/build/hooks/build
 </code></pre>
@@ -356,7 +356,7 @@ docker logs --tail 10 docker-swarm_dolphinscheduler-api_1 # 
show last 10 lines f
 <pre><code class="language-bat"><span class="hljs-function">C:\<span 
class="hljs-title">dolphinscheduler</span>-<span 
class="hljs-title">src</span>&gt;.\<span class="hljs-title">docker</span>\<span 
class="hljs-title">build</span>\<span class="hljs-title">hooks</span>\<span 
class="hljs-title">build.bat</span>
 </span></code></pre>
 <p>Please read <code>./docker/build/hooks/build</code> 
<code>./docker/build/hooks/build.bat</code> script files if you don't 
understand</p>
-<h4>2. Build from the binary distribution (Not require Maven 3.3+ &amp; JDK 
1.8+)</h4>
+<h4>Build from the binary distribution (Not require Maven 3.3+ &amp; JDK 
1.8+)</h4>
 <p>Please download the binary distribution package 
apache-dolphinscheduler-1.3.8-bin.tar.gz, download address: <a 
href="/en-us/download/download.html">download</a>. And put 
apache-dolphinscheduler-1.3.8-bin.tar.gz into the 
<code>apache-dolphinscheduler-1.3.8-src/docker/build</code> directory, execute 
in Terminal or PowerShell:</p>
 <pre><code>$ cd apache-dolphinscheduler-1.3.8-src/docker/build
 $ docker build --build-arg VERSION=1.3.8 -t apache/dolphinscheduler:1.3.8 .
@@ -364,6 +364,16 @@ $ docker build --build-arg VERSION=1.3.8 -t 
apache/dolphinscheduler:1.3.8 .
 <blockquote>
 <p>PowerShell should use <code>cd 
apache-dolphinscheduler-1.3.8-src/docker/build</code></p>
 </blockquote>
+<h4>Build multi-platform images</h4>
+<p>Currently support to build images including <code>linux/amd64</code> and 
<code>linux/arm64</code> platform architecture, requirements:</p>
+<ol>
+<li>Support <a 
href="https://docs.docker.com/engine/reference/commandline/buildx/";>docker 
buildx</a></li>
+<li>Own the push permission of <a 
href="https://hub.docker.com/r/apache/dolphinscheduler";>https://hub.docker.com/r/apache/dolphinscheduler</a>
 (<strong>Be cautious</strong>: The build command will automatically push the 
multi-platform architecture images to the docker hub of apache/dolphinscheduler 
by default)</li>
+</ol>
+<p>Execute:</p>
+<pre><code class="language-bash">$ docker login <span class="hljs-comment"># 
login to push apache/dolphinscheduler</span>
+$ bash ./docker/build/hooks/build
+</code></pre>
 <h3>How to add an environment variable for Docker?</h3>
 <p>If you would like to do additional initialization in an image derived from 
this one, add one or more environment variables under 
<code>/root/start-init-conf.sh</code>, and modify template files in 
<code>/opt/dolphinscheduler/conf/*.tpl</code>.</p>
 <p>For example, to add an environment variable 
<code>SECURITY_AUTHENTICATION_TYPE</code> in 
<code>/root/start-init-conf.sh</code>:</p>
diff --git a/en-us/docs/1.3.8/user_doc/docker-deployment.json 
b/en-us/docs/1.3.8/user_doc/docker-deployment.json
index e7bff58..33dae92 100644
--- a/en-us/docs/1.3.8/user_doc/docker-deployment.json
+++ b/en-us/docs/1.3.8/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.8/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 010ca8a..e8f8991 100644
--- a/en-us/docs/latest/user_doc/docker-deployment.html
+++ b/en-us/docs/latest/user_doc/docker-deployment.html
@@ -348,7 +348,7 @@ docker logs --tail 10 docker-swarm_dolphinscheduler-api_1 # 
show last 10 lines f
 <pre><code>docker service scale dolphinscheduler_dolphinscheduler-worker=3
 </code></pre>
 <h3>How to build a Docker image?</h3>
-<h4>1. Build from the source code (Require Maven 3.3+ &amp; JDK 1.8+)</h4>
+<h4>Build from the source code (Require Maven 3.3+ &amp; JDK 1.8+)</h4>
 <p>In Unix-Like, execute in Terminal:</p>
 <pre><code class="language-bash">$ bash ./docker/build/hooks/build
 </code></pre>
@@ -356,7 +356,7 @@ docker logs --tail 10 docker-swarm_dolphinscheduler-api_1 # 
show last 10 lines f
 <pre><code class="language-bat"><span class="hljs-function">C:\<span 
class="hljs-title">dolphinscheduler</span>-<span 
class="hljs-title">src</span>&gt;.\<span class="hljs-title">docker</span>\<span 
class="hljs-title">build</span>\<span class="hljs-title">hooks</span>\<span 
class="hljs-title">build.bat</span>
 </span></code></pre>
 <p>Please read <code>./docker/build/hooks/build</code> 
<code>./docker/build/hooks/build.bat</code> script files if you don't 
understand</p>
-<h4>2. Build from the binary distribution (Not require Maven 3.3+ &amp; JDK 
1.8+)</h4>
+<h4>Build from the binary distribution (Not require Maven 3.3+ &amp; JDK 
1.8+)</h4>
 <p>Please download the binary distribution package 
apache-dolphinscheduler-1.3.8-bin.tar.gz, download address: <a 
href="/en-us/download/download.html">download</a>. And put 
apache-dolphinscheduler-1.3.8-bin.tar.gz into the 
<code>apache-dolphinscheduler-1.3.8-src/docker/build</code> directory, execute 
in Terminal or PowerShell:</p>
 <pre><code>$ cd apache-dolphinscheduler-1.3.8-src/docker/build
 $ docker build --build-arg VERSION=1.3.8 -t apache/dolphinscheduler:1.3.8 .
@@ -364,6 +364,16 @@ $ docker build --build-arg VERSION=1.3.8 -t 
apache/dolphinscheduler:1.3.8 .
 <blockquote>
 <p>PowerShell should use <code>cd 
apache-dolphinscheduler-1.3.8-src/docker/build</code></p>
 </blockquote>
+<h4>Build multi-platform images</h4>
+<p>Currently support to build images including <code>linux/amd64</code> and 
<code>linux/arm64</code> platform architecture, requirements:</p>
+<ol>
+<li>Support <a 
href="https://docs.docker.com/engine/reference/commandline/buildx/";>docker 
buildx</a></li>
+<li>Own the push permission of <a 
href="https://hub.docker.com/r/apache/dolphinscheduler";>https://hub.docker.com/r/apache/dolphinscheduler</a>
 (<strong>Be cautious</strong>: The build command will automatically push the 
multi-platform architecture images to the docker hub of apache/dolphinscheduler 
by default)</li>
+</ol>
+<p>Execute:</p>
+<pre><code class="language-bash">$ docker login <span class="hljs-comment"># 
login to push apache/dolphinscheduler</span>
+$ bash ./docker/build/hooks/build
+</code></pre>
 <h3>How to add an environment variable for Docker?</h3>
 <p>If you would like to do additional initialization in an image derived from 
this one, add one or more environment variables under 
<code>/root/start-init-conf.sh</code>, and modify template files in 
<code>/opt/dolphinscheduler/conf/*.tpl</code>.</p>
 <p>For example, to add an environment variable 
<code>SECURITY_AUTHENTICATION_TYPE</code> in 
<code>/root/start-init-conf.sh</code>:</p>
diff --git a/en-us/docs/latest/user_doc/docker-deployment.json 
b/en-us/docs/latest/user_doc/docker-deployment.json
index e7bff58..33dae92 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.8/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.3.8/user_doc/docker-deployment.html 
b/zh-cn/docs/1.3.8/user_doc/docker-deployment.html
index 6f9d249..2c0ca2a 100644
--- a/zh-cn/docs/1.3.8/user_doc/docker-deployment.html
+++ b/zh-cn/docs/1.3.8/user_doc/docker-deployment.html
@@ -348,7 +348,7 @@ docker logs --tail 10 docker-swarm_dolphinscheduler-api_1 # 
显示倒数10行日
 <pre><code>docker service scale dolphinscheduler_dolphinscheduler-worker=3
 </code></pre>
 <h3>如何构建一个 Docker 镜像?</h3>
-<h4>1. 从源码构建 (需要 Maven 3.3+ &amp; JDK 1.8+)</h4>
+<h4>从源码构建 (需要 Maven 3.3+ &amp; JDK 1.8+)</h4>
 <p>类 Unix 系统,在 Terminal 中执行:</p>
 <pre><code class="language-bash">$ bash ./docker/build/hooks/build
 </code></pre>
@@ -356,7 +356,7 @@ docker logs --tail 10 docker-swarm_dolphinscheduler-api_1 # 
显示倒数10行日
 <pre><code class="language-bat"><span class="hljs-function">C:\<span 
class="hljs-title">dolphinscheduler</span>-<span 
class="hljs-title">src</span>&gt;.\<span class="hljs-title">docker</span>\<span 
class="hljs-title">build</span>\<span class="hljs-title">hooks</span>\<span 
class="hljs-title">build.bat</span>
 </span></code></pre>
 <p>如果你不理解 <code>./docker/build/hooks/build</code> 
<code>./docker/build/hooks/build.bat</code> 这些脚本,请阅读里面的内容</p>
-<h4>2. 从二进制包构建 (不需要 Maven 3.3+ &amp; JDK 1.8+)</h4>
+<h4>从二进制包构建 (不需要 Maven 3.3+ &amp; JDK 1.8+)</h4>
 <p>请下载二进制包 apache-dolphinscheduler-1.3.8-bin.tar.gz,下载地址: <a 
href="/zh-cn/download/download.html">下载</a>. 然后将 
apache-dolphinscheduler-1.3.8-bin.tar.gz 放到 
<code>apache-dolphinscheduler-1.3.8-src/docker/build</code> 目录里,在 Terminal 或 
PowerShell 中执行:</p>
 <pre><code>$ cd apache-dolphinscheduler-1.3.8-src/docker/build
 $ docker build --build-arg VERSION=1.3.8 -t apache/dolphinscheduler:1.3.8 .
@@ -364,6 +364,16 @@ $ docker build --build-arg VERSION=1.3.8 -t 
apache/dolphinscheduler:1.3.8 .
 <blockquote>
 <p>PowerShell 应该使用 <code>cd 
apache-dolphinscheduler-1.3.8-src/docker/build</code></p>
 </blockquote>
+<h4>构建多平台架构镜像</h4>
+<p>目前支持构建 <code>linux/amd64</code> 和 <code>linux/arm64</code> 平台架构的镜像,要求:</p>
+<ol>
+<li>支持 <a 
href="https://docs.docker.com/engine/reference/commandline/buildx/";>docker 
buildx</a></li>
+<li>具有 <a 
href="https://hub.docker.com/r/apache/dolphinscheduler";>https://hub.docker.com/r/apache/dolphinscheduler</a>
 的 push 权限(<strong>务必谨慎</strong>: 构建命令默认会自动将多平台架构镜像推送到 apache/dolphinscheduler 
的 docker hub)</li>
+</ol>
+<p>执行:</p>
+<pre><code class="language-bash">$ docker login <span class="hljs-comment"># 
登录, 用于推送 apache/dolphinscheduler</span>
+$ bash ./docker/build/hooks/build x
+</code></pre>
 <h3>如何为 Docker 添加一个环境变量?</h3>
 
<p>如果你想在编译的时候或者运行的时候附加一些其它的操作及新增一些环境变量,你可以在<code>/root/start-init-conf.sh</code>文件中进行修改,同时如果涉及到配置文件的修改,请在<code>/opt/dolphinscheduler/conf/*.tpl</code>中修改相应的配置文件</p>
 
<p>例如,在<code>/root/start-init-conf.sh</code>添加一个环境变量<code>SECURITY_AUTHENTICATION_TYPE</code>:</p>
diff --git a/zh-cn/docs/1.3.8/user_doc/docker-deployment.json 
b/zh-cn/docs/1.3.8/user_doc/docker-deployment.json
index 6cb1d9a..37421d4 100644
--- a/zh-cn/docs/1.3.8/user_doc/docker-deployment.json
+++ b/zh-cn/docs/1.3.8/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<p>对于 Windows 7-10,你可 [...]
+  "__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 7-10,你可 [...]
   "link": "/dist/zh-cn/docs/1.3.8/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 6f9d249..2c0ca2a 100644
--- a/zh-cn/docs/latest/user_doc/docker-deployment.html
+++ b/zh-cn/docs/latest/user_doc/docker-deployment.html
@@ -348,7 +348,7 @@ docker logs --tail 10 docker-swarm_dolphinscheduler-api_1 # 
显示倒数10行日
 <pre><code>docker service scale dolphinscheduler_dolphinscheduler-worker=3
 </code></pre>
 <h3>如何构建一个 Docker 镜像?</h3>
-<h4>1. 从源码构建 (需要 Maven 3.3+ &amp; JDK 1.8+)</h4>
+<h4>从源码构建 (需要 Maven 3.3+ &amp; JDK 1.8+)</h4>
 <p>类 Unix 系统,在 Terminal 中执行:</p>
 <pre><code class="language-bash">$ bash ./docker/build/hooks/build
 </code></pre>
@@ -356,7 +356,7 @@ docker logs --tail 10 docker-swarm_dolphinscheduler-api_1 # 
显示倒数10行日
 <pre><code class="language-bat"><span class="hljs-function">C:\<span 
class="hljs-title">dolphinscheduler</span>-<span 
class="hljs-title">src</span>&gt;.\<span class="hljs-title">docker</span>\<span 
class="hljs-title">build</span>\<span class="hljs-title">hooks</span>\<span 
class="hljs-title">build.bat</span>
 </span></code></pre>
 <p>如果你不理解 <code>./docker/build/hooks/build</code> 
<code>./docker/build/hooks/build.bat</code> 这些脚本,请阅读里面的内容</p>
-<h4>2. 从二进制包构建 (不需要 Maven 3.3+ &amp; JDK 1.8+)</h4>
+<h4>从二进制包构建 (不需要 Maven 3.3+ &amp; JDK 1.8+)</h4>
 <p>请下载二进制包 apache-dolphinscheduler-1.3.8-bin.tar.gz,下载地址: <a 
href="/zh-cn/download/download.html">下载</a>. 然后将 
apache-dolphinscheduler-1.3.8-bin.tar.gz 放到 
<code>apache-dolphinscheduler-1.3.8-src/docker/build</code> 目录里,在 Terminal 或 
PowerShell 中执行:</p>
 <pre><code>$ cd apache-dolphinscheduler-1.3.8-src/docker/build
 $ docker build --build-arg VERSION=1.3.8 -t apache/dolphinscheduler:1.3.8 .
@@ -364,6 +364,16 @@ $ docker build --build-arg VERSION=1.3.8 -t 
apache/dolphinscheduler:1.3.8 .
 <blockquote>
 <p>PowerShell 应该使用 <code>cd 
apache-dolphinscheduler-1.3.8-src/docker/build</code></p>
 </blockquote>
+<h4>构建多平台架构镜像</h4>
+<p>目前支持构建 <code>linux/amd64</code> 和 <code>linux/arm64</code> 平台架构的镜像,要求:</p>
+<ol>
+<li>支持 <a 
href="https://docs.docker.com/engine/reference/commandline/buildx/";>docker 
buildx</a></li>
+<li>具有 <a 
href="https://hub.docker.com/r/apache/dolphinscheduler";>https://hub.docker.com/r/apache/dolphinscheduler</a>
 的 push 权限(<strong>务必谨慎</strong>: 构建命令默认会自动将多平台架构镜像推送到 apache/dolphinscheduler 
的 docker hub)</li>
+</ol>
+<p>执行:</p>
+<pre><code class="language-bash">$ docker login <span class="hljs-comment"># 
登录, 用于推送 apache/dolphinscheduler</span>
+$ bash ./docker/build/hooks/build x
+</code></pre>
 <h3>如何为 Docker 添加一个环境变量?</h3>
 
<p>如果你想在编译的时候或者运行的时候附加一些其它的操作及新增一些环境变量,你可以在<code>/root/start-init-conf.sh</code>文件中进行修改,同时如果涉及到配置文件的修改,请在<code>/opt/dolphinscheduler/conf/*.tpl</code>中修改相应的配置文件</p>
 
<p>例如,在<code>/root/start-init-conf.sh</code>添加一个环境变量<code>SECURITY_AUTHENTICATION_TYPE</code>:</p>
diff --git a/zh-cn/docs/latest/user_doc/docker-deployment.json 
b/zh-cn/docs/latest/user_doc/docker-deployment.json
index 6cb1d9a..37421d4 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<p>对于 Windows 7-10,你可 [...]
+  "__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 7-10,你可 [...]
   "link": "/dist/zh-cn/docs/1.3.8/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to