This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong-website.git
The following commit(s) were added to refs/heads/master by this push: new 8e3444bdb0 [INLONG-594][Doc] Update the docker-compose guide format (#595) 8e3444bdb0 is described below commit 8e3444bdb0acbf9bb99265b49ef11ee8b37291b4 Author: Charles Zhang <dockerzh...@apache.org> AuthorDate: Sat Nov 12 12:49:44 2022 +0800 [INLONG-594][Doc] Update the docker-compose guide format (#595) --- 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:  :::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:  :::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  :::caution -由于各个组件默认上报集群标签为 'default_cluster',请勿使用其它名称。 +由于各个组件默认上报集群标签为 `default_cluster`,请勿使用其它名称。 +::: ### 注册 Pulsar 集群 页面点击 [集群管理]->[集群管理]->[新建集群],注册 Pulsar 集群:  :::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).