You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/11/11 13:26:27 UTC

[inlong-website] branch fix-594 created (now 4b175cc9b4)

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

dockerzhang pushed a change to branch fix-594
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


      at 4b175cc9b4 [INLONG-594][Doc] Update the docker-compose guide format

This branch includes the following new commits:

     new 4b175cc9b4 [INLONG-594][Doc] Update the docker-compose guide format

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[inlong-website] 01/01: [INLONG-594][Doc] Update the docker-compose guide format

Posted by do...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch fix-594
in repository https://gitbox.apache.org/repos/asf/inlong-website.git

commit 4b175cc9b4d36f6392c8ff435988df4595f59dd2
Author: dockerzhang <do...@apache.org>
AuthorDate: Fri Nov 11 21:26:16 2022 +0800

    [INLONG-594][Doc] Update the docker-compose guide format
---
 docs/deployment/docker.md                           |   8 ++++++--
 docs/deployment/img/create_cluster_tag.png          | Bin 22555 -> 22127 bytes
 .../current/deployment/docker.md                    |   7 +++++--
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md
index d47e60d916..b2d525d284 100644
--- a/docs/deployment/docker.md
+++ b/docs/deployment/docker.md
@@ -7,6 +7,7 @@ Deploy all InLong module by Docker Compose, it's only available for development.
 
 :::note
 The default message queue is [Apache Pulsar](https://pulsar.apache.org/docs/concepts-overview) for Docker.
+:::
 
 ## Environment Requirements
 - [Docker](https://docs.docker.com/engine/install/) 19.03.1+
@@ -21,21 +22,24 @@ Start all components.
 cd docker/docker-compose
 docker-compose up -d
 ```
+
 ### Create Cluster Tag
 Click [Clusters]->[ClusterTags]->[Create] on the page to specify the cluster label name and person in charge:
 ![](img/create_cluster_tag.png)
 
 :::caution
-Since each component reports the ClusterTags as 'default_cluster' by default, do not use other names.
+Since each component reports the ClusterTags as `default_cluster` by default, do not use other names.
+:::
 
 ### Register Pulsar Cluster
 Click [Clusters]->[ClusterTags]->[Create] on the page to register Pulsar Cluster:
 ![](img/create_pulsar_cluster.png)
 
 :::note
-The ClusterTags selects the newly created 'default_cluster', the Pulsar cluster deployed by docker:
+The ClusterTags selects the newly created `default_cluster`, the Pulsar cluster deployed by docker:
 
 Service URL is `pulsar://pulsar:6650`, Admin URL is `http://pulsar:8080`.
+:::
 
 ### Create Data Stream
 You can refer [Pulsar Example](quick_start/pulsar_example.md) to create Data Stream.
diff --git a/docs/deployment/img/create_cluster_tag.png b/docs/deployment/img/create_cluster_tag.png
index cde903c4c1..8fb4d7e16f 100644
Binary files a/docs/deployment/img/create_cluster_tag.png and b/docs/deployment/img/create_cluster_tag.png differ
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
index f7b7fd89ec..9bb5b471a3 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
@@ -7,6 +7,7 @@ sidebar_position: 2
 
 :::note
 Docker 部署默认使用 [Apache Pulsar](https://pulsar.apache.org/docs/concepts-overview) 作为消息队列服务。
+:::
 
 ## 环境要求
 - [Docker](https://docs.docker.com/engine/install/) 19.03.1+
@@ -34,16 +35,18 @@ Password: inlong
 ![](img/create_cluster_tag.png)
 
 :::caution
-由于各个组件默认上报集群标签为 'default_cluster',请勿使用其它名称。
+由于各个组件默认上报集群标签为 `default_cluster`,请勿使用其它名称。
+:::
 
 ### 注册 Pulsar 集群
 页面点击 [集群管理]->[集群管理]->[新建集群],注册 Pulsar 集群:
 ![](img/create_pulsar_cluster.png)
 
 :::note
-集群标签选择刚创建的 'default_cluster',docker 部署的 Pulsar 集群:
+集群标签选择刚创建的 `default_cluster`,docker 部署的 Pulsar 集群:
 
 Service URL 为 `pulsar://pulsar:6650`,Admin URL 为 `http://pulsar:8080`。
+:::
 
 ### 创建数据流
 创建数据流可以参考 [Pulsar Example](quick_start/pulsar_example.md).