diff --git a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_apache.md b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_apache.md index fb89ecfa4..ac8e6c0da 100644 --- a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_apache.md +++ b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_apache.md @@ -62,10 +62,10 @@ This section demonstrates how to deploy a standalone Docker version of 1C1D. The Docker image of Apache IoTDB has been uploaded to https://hub.docker.com/r/apache/iotdb. -Taking obtaining version 1.3.2 as an example, pull the image command: +Taking obtaining version 2.0.x as an example, pull the image command: ```bash -docker pull apache/iotdb:1.3.2-standalone +docker pull apache/iotdb:2.0.x-standalone ``` View image: @@ -241,10 +241,10 @@ echo "192.168.1.5 iotdb-3" >> /etc/hosts The Docker image of Apache IoTDB has been uploaded tohttps://hub.docker.com/r/apache/iotdb。 -Pull IoTDB images from three servers separately, taking version 1.3.2 as an example. The pull image command is: +Pull IoTDB images from three servers separately, taking version 2.0.x as an example. The pull image command is: ```SQL -docker pull apache/iotdb:1.3.2-standalone +docker pull apache/iotdb:2.0.x-standalone ``` View image: @@ -275,7 +275,7 @@ On each server, create two YML files: `confignode.yml` and `datanode.yml`. Examp version: "3" services: iotdb-confignode: - image: iotdb-enterprise:1.3.2.3-standalone #The image used + image: iotdb-enterprise:2.0.x-standalone #The image used hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation container_name: iotdb-confignode command: ["bash", "-c", "entrypoint.sh confignode"] @@ -310,7 +310,7 @@ services: version: "3" services: iotdb-datanode: - image: iotdb-enterprise:1.3.2.3-standalone #The image used + image: iotdb-enterprise:2.0.x-standalone #The image used hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation container_name: iotdb-datanode command: ["bash", "-c", "entrypoint.sh datanode"] diff --git a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md index 33af0eeef..a0d4293d9 100644 --- a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md +++ b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md @@ -73,10 +73,10 @@ This section demonstrates how to deploy a standalone Docker version of 1C1D. ### 2.1 Load the Image File -For example, if the IoTDB container image file you obtained is named: `iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz`, use the following command to load the image: +For example, if the IoTDB container image file you obtained is named: `iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz`, use the following command to load the image: ```Bash -docker load -i iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz +docker load -i iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz ``` To view the loaded image, use the following command: @@ -272,10 +272,10 @@ echo "192.168.1.5 iotdb-3" >> /etc/hosts ### 3.2 Load the Image File -For example, if the IoTDB container image file is named `iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz`, execute the following command on all 3 servers to load the image: +For example, if the IoTDB container image file is named `iotdb-enterprise-2.0.x.x.3-standalone-docker.tar.gz`, execute the following command on all 3 servers to load the image: ```Bash -docker load -i iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz +docker load -i iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz ``` To view the loaded images, run: @@ -306,7 +306,7 @@ On each server, create two YML files: `confignode.yml` and `datanode.yml`. Examp version: "3" services: iotdb-confignode: - image: iotdb-enterprise:1.3.2.3-standalone #The image used + image: iotdb-enterprise:2.0.x.x-standalone #The image used hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation container_name: iotdb-confignode command: ["bash", "-c", "entrypoint.sh confignode"] @@ -342,7 +342,7 @@ services: version: "3" services: iotdb-datanode: - image: iotdb-enterprise:1.3.2.3-standalone #The image used + image: iotdb-enterprise:2.0.x.x-standalone #The image used hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation container_name: iotdb-datanode command: ["bash", "-c", "entrypoint.sh datanode"] diff --git a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_apache.md b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_apache.md index 2bc67515b..7ba937040 100644 --- a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_apache.md +++ b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_apache.md @@ -61,10 +61,10 @@ This section demonstrates how to deploy a standalone Docker version of 1C1D. The Docker image of Apache IoTDB has been uploaded to https://hub.docker.com/r/apache/iotdb. -Taking obtaining version 1.3.2 as an example, pull the image command: +Taking obtaining version 2.0.x as an example, pull the image command: ```bash -docker pull apache/iotdb:1.3.2-standalone +docker pull apache/iotdb:2.0.x-standalone ``` View image: @@ -238,10 +238,10 @@ echo "192.168.1.5 iotdb-3" >> /etc/hosts The Docker image of Apache IoTDB has been uploaded tohttps://hub.docker.com/r/apache/iotdb。 -Pull IoTDB images from three servers separately, taking version 1.3.2 as an example. The pull image command is: +Pull IoTDB images from three servers separately, taking version 2.0.x as an example. The pull image command is: ```SQL -docker pull apache/iotdb:1.3.2-standalone +docker pull apache/iotdb:2.0.x-standalone ``` View image: @@ -274,7 +274,7 @@ On each server, two yml files need to be written, namely confignnode. yml and da version: "3" services: iotdb-confignode: - image: iotdb-enterprise:1.3.2.3-standalone #The image used + image: iotdb-enterprise:2.0.x-standalone #The image used hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation container_name: iotdb-confignode command: ["bash", "-c", "entrypoint.sh confignode"] @@ -309,7 +309,7 @@ services: version: "3" services: iotdb-datanode: - image: iotdb-enterprise:1.3.2.3-standalone #The image used + image: iotdb-enterprise:2.0.x-standalone #The image used hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation container_name: iotdb-datanode command: ["bash", "-c", "entrypoint.sh datanode"] diff --git a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_timecho.md b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_timecho.md index ff6e6eafa..5d1d89d05 100644 --- a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_timecho.md +++ b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_timecho.md @@ -73,12 +73,12 @@ This section demonstrates how to deploy a standalone Docker version of 1C1D. ### 2.1 Load Image File -For example, the container image file name of IoTDB obtained here is: `iotdb-enterprise-1.3.2-3-standalone-docker.tar.gz` +For example, the container image file name of IoTDB obtained here is: `iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz` Load image: ```Bash -docker load -i iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz +docker load -i iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz ``` View image: @@ -278,12 +278,12 @@ echo "192.168.1.5 iotdb-3" >> /etc/hosts ### 3.2 Load Image File -For example, the container image file name obtained for IoTDB is: `iotdb-enterprise-1.3.23-standalone-docker.tar.gz` +For example, the container image file name obtained for IoTDB is: `iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz` Execute the load image command on three servers separately: ```Bash -docker load -i iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz +docker load -i iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz ``` View image: @@ -316,7 +316,7 @@ On each server, two yml files need to be written, namely confignnode. yml and da version: "3" services: iotdb-confignode: - image: iotdb-enterprise:1.3.2.3-standalone #The image used + image: iotdb-enterprise:2.0.x.x-standalone #The image used hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation container_name: iotdb-confignode command: ["bash", "-c", "entrypoint.sh confignode"] @@ -352,7 +352,7 @@ services: version: "3" services: iotdb-datanode: - image: iotdb-enterprise:1.3.2.3-standalone #The image used + image: iotdb-enterprise:2.0.x.x-standalone #The image used hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation container_name: iotdb-datanode command: ["bash", "-c", "entrypoint.sh datanode"] diff --git a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_apache.md b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_apache.md index fb89ecfa4..ac8e6c0da 100644 --- a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_apache.md +++ b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_apache.md @@ -62,10 +62,10 @@ This section demonstrates how to deploy a standalone Docker version of 1C1D. The Docker image of Apache IoTDB has been uploaded to https://hub.docker.com/r/apache/iotdb. -Taking obtaining version 1.3.2 as an example, pull the image command: +Taking obtaining version 2.0.x as an example, pull the image command: ```bash -docker pull apache/iotdb:1.3.2-standalone +docker pull apache/iotdb:2.0.x-standalone ``` View image: @@ -241,10 +241,10 @@ echo "192.168.1.5 iotdb-3" >> /etc/hosts The Docker image of Apache IoTDB has been uploaded tohttps://hub.docker.com/r/apache/iotdb。 -Pull IoTDB images from three servers separately, taking version 1.3.2 as an example. The pull image command is: +Pull IoTDB images from three servers separately, taking version 2.0.x as an example. The pull image command is: ```SQL -docker pull apache/iotdb:1.3.2-standalone +docker pull apache/iotdb:2.0.x-standalone ``` View image: @@ -275,7 +275,7 @@ On each server, create two YML files: `confignode.yml` and `datanode.yml`. Examp version: "3" services: iotdb-confignode: - image: iotdb-enterprise:1.3.2.3-standalone #The image used + image: iotdb-enterprise:2.0.x-standalone #The image used hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation container_name: iotdb-confignode command: ["bash", "-c", "entrypoint.sh confignode"] @@ -310,7 +310,7 @@ services: version: "3" services: iotdb-datanode: - image: iotdb-enterprise:1.3.2.3-standalone #The image used + image: iotdb-enterprise:2.0.x-standalone #The image used hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation container_name: iotdb-datanode command: ["bash", "-c", "entrypoint.sh datanode"] diff --git a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md index 33af0eeef..a0d4293d9 100644 --- a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md +++ b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md @@ -73,10 +73,10 @@ This section demonstrates how to deploy a standalone Docker version of 1C1D. ### 2.1 Load the Image File -For example, if the IoTDB container image file you obtained is named: `iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz`, use the following command to load the image: +For example, if the IoTDB container image file you obtained is named: `iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz`, use the following command to load the image: ```Bash -docker load -i iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz +docker load -i iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz ``` To view the loaded image, use the following command: @@ -272,10 +272,10 @@ echo "192.168.1.5 iotdb-3" >> /etc/hosts ### 3.2 Load the Image File -For example, if the IoTDB container image file is named `iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz`, execute the following command on all 3 servers to load the image: +For example, if the IoTDB container image file is named `iotdb-enterprise-2.0.x.x.3-standalone-docker.tar.gz`, execute the following command on all 3 servers to load the image: ```Bash -docker load -i iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz +docker load -i iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz ``` To view the loaded images, run: @@ -306,7 +306,7 @@ On each server, create two YML files: `confignode.yml` and `datanode.yml`. Examp version: "3" services: iotdb-confignode: - image: iotdb-enterprise:1.3.2.3-standalone #The image used + image: iotdb-enterprise:2.0.x.x-standalone #The image used hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation container_name: iotdb-confignode command: ["bash", "-c", "entrypoint.sh confignode"] @@ -342,7 +342,7 @@ services: version: "3" services: iotdb-datanode: - image: iotdb-enterprise:1.3.2.3-standalone #The image used + image: iotdb-enterprise:2.0.x.x-standalone #The image used hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation container_name: iotdb-datanode command: ["bash", "-c", "entrypoint.sh datanode"] diff --git a/src/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_apache.md b/src/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_apache.md index 2bc67515b..7ba937040 100644 --- a/src/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_apache.md +++ b/src/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_apache.md @@ -61,10 +61,10 @@ This section demonstrates how to deploy a standalone Docker version of 1C1D. The Docker image of Apache IoTDB has been uploaded to https://hub.docker.com/r/apache/iotdb. -Taking obtaining version 1.3.2 as an example, pull the image command: +Taking obtaining version 2.0.x as an example, pull the image command: ```bash -docker pull apache/iotdb:1.3.2-standalone +docker pull apache/iotdb:2.0.x-standalone ``` View image: @@ -238,10 +238,10 @@ echo "192.168.1.5 iotdb-3" >> /etc/hosts The Docker image of Apache IoTDB has been uploaded tohttps://hub.docker.com/r/apache/iotdb。 -Pull IoTDB images from three servers separately, taking version 1.3.2 as an example. The pull image command is: +Pull IoTDB images from three servers separately, taking version 2.0.x as an example. The pull image command is: ```SQL -docker pull apache/iotdb:1.3.2-standalone +docker pull apache/iotdb:2.0.x-standalone ``` View image: @@ -274,7 +274,7 @@ On each server, two yml files need to be written, namely confignnode. yml and da version: "3" services: iotdb-confignode: - image: iotdb-enterprise:1.3.2.3-standalone #The image used + image: iotdb-enterprise:2.0.x-standalone #The image used hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation container_name: iotdb-confignode command: ["bash", "-c", "entrypoint.sh confignode"] @@ -309,7 +309,7 @@ services: version: "3" services: iotdb-datanode: - image: iotdb-enterprise:1.3.2.3-standalone #The image used + image: iotdb-enterprise:2.0.x-standalone #The image used hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation container_name: iotdb-datanode command: ["bash", "-c", "entrypoint.sh datanode"] diff --git a/src/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_timecho.md b/src/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_timecho.md index ff6e6eafa..5d1d89d05 100644 --- a/src/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_timecho.md +++ b/src/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_timecho.md @@ -73,12 +73,12 @@ This section demonstrates how to deploy a standalone Docker version of 1C1D. ### 2.1 Load Image File -For example, the container image file name of IoTDB obtained here is: `iotdb-enterprise-1.3.2-3-standalone-docker.tar.gz` +For example, the container image file name of IoTDB obtained here is: `iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz` Load image: ```Bash -docker load -i iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz +docker load -i iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz ``` View image: @@ -278,12 +278,12 @@ echo "192.168.1.5 iotdb-3" >> /etc/hosts ### 3.2 Load Image File -For example, the container image file name obtained for IoTDB is: `iotdb-enterprise-1.3.23-standalone-docker.tar.gz` +For example, the container image file name obtained for IoTDB is: `iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz` Execute the load image command on three servers separately: ```Bash -docker load -i iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz +docker load -i iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz ``` View image: @@ -316,7 +316,7 @@ On each server, two yml files need to be written, namely confignnode. yml and da version: "3" services: iotdb-confignode: - image: iotdb-enterprise:1.3.2.3-standalone #The image used + image: iotdb-enterprise:2.0.x.x-standalone #The image used hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation container_name: iotdb-confignode command: ["bash", "-c", "entrypoint.sh confignode"] @@ -352,7 +352,7 @@ services: version: "3" services: iotdb-datanode: - image: iotdb-enterprise:1.3.2.3-standalone #The image used + image: iotdb-enterprise:2.0.x.x-standalone #The image used hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation container_name: iotdb-datanode command: ["bash", "-c", "entrypoint.sh datanode"] diff --git a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_apache.md b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_apache.md index b9f352b06..55ee7dbee 100644 --- a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_apache.md +++ b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_apache.md @@ -61,10 +61,10 @@ docker-compose --version #显示版本信息即安装成功 Apache IoTDB的Docker镜像已经上传至 https://hub.docker.com/r/apache/iotdb 。 -以获取1.3.2版本为例,拉取镜像命令: +以获取2.0.x版本为例,拉取镜像命令: ```bash -docker pull apache/iotdb:1.3.2-standalone +docker pull apache/iotdb:2.0.x-standalone ``` 查看镜像: @@ -238,10 +238,10 @@ echo "192.168.1.5 iotdb-3" >> /etc/hosts Apache IoTDB的Docker镜像已经上传至https://hub.docker.com/r/apache/iotdb。 -在3台服务器上分别拉取IoTDB镜像,以获取1.3.2版本为例,拉取镜像命令: +在3台服务器上分别拉取IoTDB镜像,以获取2.0.x版本为例,拉取镜像命令: ```SQL -docker pull apache/iotdb:1.3.2-standalone +docker pull apache/iotdb:2.0.x-standalone ``` 查看镜像: @@ -274,7 +274,7 @@ docker-iotdb: version: "3" services: iotdb-confignode: - image: apache/iotdb:1.3.2-standalone #使用的镜像 + image: apache/iotdb:2.0.x-standalone #使用的镜像 hostname: iotdb-1|iotdb-2|iotdb-3 #根据实际情况选择,三选一 container_name: iotdb-confignode command: ["bash", "-c", "entrypoint.sh confignode"] @@ -307,7 +307,7 @@ services: version: "3" services: iotdb-datanode: - image: iotdb-enterprise:1.3.2.3-standalone #使用的镜像 + image: iotdb-enterprise:2.0.x-standalone #使用的镜像 hostname: iotdb-1|iotdb-2|iotdb-3 #根据实际情况选择,三选一 container_name: iotdb-datanode command: ["bash", "-c", "entrypoint.sh datanode"] diff --git a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md index 04cd21113..80a847eaf 100644 --- a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md +++ b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md @@ -73,12 +73,12 @@ dmidecode 安装后,查找安装路径:`whereis dmidecode`,这里假设结 ### 2.1 load 镜像文件 -比如这里获取的IoTDB的容器镜像文件名是:`iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz` +比如这里获取的IoTDB的容器镜像文件名是:`iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz` load镜像: ```Bash -docker load -i iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz +docker load -i iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz ``` 查看镜像: @@ -278,12 +278,12 @@ echo "192.168.1.5 iotdb-3" >> /etc/hosts ### 3.2 load镜像文件 -比如获取的IoTDB的容器镜像文件名是:`iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz` +比如获取的IoTDB的容器镜像文件名是:`iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz` 在3台服务器上分别执行load镜像命令: ```Bash -docker load -i iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz +docker load -i iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz ``` 查看镜像: @@ -316,7 +316,7 @@ docker-iotdb: version: "3" services: iotdb-confignode: - image: iotdb-enterprise:1.3.2.3-standalone #使用的镜像 + image: iotdb-enterprise:2.0.x.x-standalone #使用的镜像 hostname: iotdb-1|iotdb-2|iotdb-3 #根据实际情况选择,三选一 container_name: iotdb-confignode command: ["bash", "-c", "entrypoint.sh confignode"] @@ -352,7 +352,7 @@ services: version: "3" services: iotdb-datanode: - image: iotdb-enterprise:1.3.2.3-standalone #使用的镜像 + image: iotdb-enterprise:2.0.x.x-standalone #使用的镜像 hostname: iotdb-1|iotdb-2|iotdb-3 #根据实际情况选择,三选一 container_name: iotdb-datanode command: ["bash", "-c", "entrypoint.sh datanode"] diff --git a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_apache.md b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_apache.md index ddbfff14e..59851e111 100644 --- a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_apache.md +++ b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_apache.md @@ -61,10 +61,10 @@ docker-compose --version #显示版本信息即安装成功 Apache IoTDB的Docker镜像已经上传至 https://hub.docker.com/r/apache/iotdb 。 -以获取1.3.2版本为例,拉取镜像命令: +以获取2.0.x版本为例,拉取镜像命令: ```bash -docker pull apache/iotdb:1.3.2-standalone +docker pull apache/iotdb:2.0.x-standalone ``` 查看镜像: @@ -99,7 +99,7 @@ docker-iotdb: version: "3" services: iotdb-service: - image: apache/iotdb:latest #使用的镜像 + image: apache/iotdb:2.0.x-standalone #使用的镜像 hostname: iotdb container_name: iotdb restart: always @@ -238,10 +238,10 @@ echo "192.168.1.5 iotdb-3" >> /etc/hosts Apache IoTDB的Docker镜像已经上传至https://hub.docker.com/r/apache/iotdb。 -在3台服务器上分别拉取IoTDB镜像,以获取1.3.2版本为例,拉取镜像命令: +在3台服务器上分别拉取IoTDB镜像,以获取2.0.x版本为例,拉取镜像命令: ```SQL -docker pull apache/iotdb:1.3.2-standalone +docker pull apache/iotdb:2.0.x-standalone ``` 查看镜像: @@ -274,7 +274,7 @@ docker-iotdb: version: "3" services: iotdb-confignode: - image: apache/iotdb:1.3.2-standalone #使用的镜像 + image: apache/iotdb:latest #使用的镜像 hostname: iotdb-1|iotdb-2|iotdb-3 #根据实际情况选择,三选一 container_name: iotdb-confignode command: ["bash", "-c", "entrypoint.sh confignode"] @@ -307,7 +307,7 @@ services: version: "3" services: iotdb-datanode: - image: iotdb-enterprise:1.3.2.3-standalone #使用的镜像 + image: iotdb-enterprise:2.0.x-standalone #使用的镜像 hostname: iotdb-1|iotdb-2|iotdb-3 #根据实际情况选择,三选一 container_name: iotdb-datanode command: ["bash", "-c", "entrypoint.sh datanode"] diff --git a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_timecho.md b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_timecho.md index 04cd21113..80a847eaf 100644 --- a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_timecho.md +++ b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_timecho.md @@ -73,12 +73,12 @@ dmidecode 安装后,查找安装路径:`whereis dmidecode`,这里假设结 ### 2.1 load 镜像文件 -比如这里获取的IoTDB的容器镜像文件名是:`iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz` +比如这里获取的IoTDB的容器镜像文件名是:`iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz` load镜像: ```Bash -docker load -i iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz +docker load -i iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz ``` 查看镜像: @@ -278,12 +278,12 @@ echo "192.168.1.5 iotdb-3" >> /etc/hosts ### 3.2 load镜像文件 -比如获取的IoTDB的容器镜像文件名是:`iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz` +比如获取的IoTDB的容器镜像文件名是:`iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz` 在3台服务器上分别执行load镜像命令: ```Bash -docker load -i iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz +docker load -i iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz ``` 查看镜像: @@ -316,7 +316,7 @@ docker-iotdb: version: "3" services: iotdb-confignode: - image: iotdb-enterprise:1.3.2.3-standalone #使用的镜像 + image: iotdb-enterprise:2.0.x.x-standalone #使用的镜像 hostname: iotdb-1|iotdb-2|iotdb-3 #根据实际情况选择,三选一 container_name: iotdb-confignode command: ["bash", "-c", "entrypoint.sh confignode"] @@ -352,7 +352,7 @@ services: version: "3" services: iotdb-datanode: - image: iotdb-enterprise:1.3.2.3-standalone #使用的镜像 + image: iotdb-enterprise:2.0.x.x-standalone #使用的镜像 hostname: iotdb-1|iotdb-2|iotdb-3 #根据实际情况选择,三选一 container_name: iotdb-datanode command: ["bash", "-c", "entrypoint.sh datanode"] diff --git a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_apache.md b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_apache.md index b9f352b06..55ee7dbee 100644 --- a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_apache.md +++ b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_apache.md @@ -61,10 +61,10 @@ docker-compose --version #显示版本信息即安装成功 Apache IoTDB的Docker镜像已经上传至 https://hub.docker.com/r/apache/iotdb 。 -以获取1.3.2版本为例,拉取镜像命令: +以获取2.0.x版本为例,拉取镜像命令: ```bash -docker pull apache/iotdb:1.3.2-standalone +docker pull apache/iotdb:2.0.x-standalone ``` 查看镜像: @@ -238,10 +238,10 @@ echo "192.168.1.5 iotdb-3" >> /etc/hosts Apache IoTDB的Docker镜像已经上传至https://hub.docker.com/r/apache/iotdb。 -在3台服务器上分别拉取IoTDB镜像,以获取1.3.2版本为例,拉取镜像命令: +在3台服务器上分别拉取IoTDB镜像,以获取2.0.x版本为例,拉取镜像命令: ```SQL -docker pull apache/iotdb:1.3.2-standalone +docker pull apache/iotdb:2.0.x-standalone ``` 查看镜像: @@ -274,7 +274,7 @@ docker-iotdb: version: "3" services: iotdb-confignode: - image: apache/iotdb:1.3.2-standalone #使用的镜像 + image: apache/iotdb:2.0.x-standalone #使用的镜像 hostname: iotdb-1|iotdb-2|iotdb-3 #根据实际情况选择,三选一 container_name: iotdb-confignode command: ["bash", "-c", "entrypoint.sh confignode"] @@ -307,7 +307,7 @@ services: version: "3" services: iotdb-datanode: - image: iotdb-enterprise:1.3.2.3-standalone #使用的镜像 + image: iotdb-enterprise:2.0.x-standalone #使用的镜像 hostname: iotdb-1|iotdb-2|iotdb-3 #根据实际情况选择,三选一 container_name: iotdb-datanode command: ["bash", "-c", "entrypoint.sh datanode"] diff --git a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md index 04cd21113..80a847eaf 100644 --- a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md +++ b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md @@ -73,12 +73,12 @@ dmidecode 安装后,查找安装路径:`whereis dmidecode`,这里假设结 ### 2.1 load 镜像文件 -比如这里获取的IoTDB的容器镜像文件名是:`iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz` +比如这里获取的IoTDB的容器镜像文件名是:`iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz` load镜像: ```Bash -docker load -i iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz +docker load -i iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz ``` 查看镜像: @@ -278,12 +278,12 @@ echo "192.168.1.5 iotdb-3" >> /etc/hosts ### 3.2 load镜像文件 -比如获取的IoTDB的容器镜像文件名是:`iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz` +比如获取的IoTDB的容器镜像文件名是:`iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz` 在3台服务器上分别执行load镜像命令: ```Bash -docker load -i iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz +docker load -i iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz ``` 查看镜像: @@ -316,7 +316,7 @@ docker-iotdb: version: "3" services: iotdb-confignode: - image: iotdb-enterprise:1.3.2.3-standalone #使用的镜像 + image: iotdb-enterprise:2.0.x.x-standalone #使用的镜像 hostname: iotdb-1|iotdb-2|iotdb-3 #根据实际情况选择,三选一 container_name: iotdb-confignode command: ["bash", "-c", "entrypoint.sh confignode"] @@ -352,7 +352,7 @@ services: version: "3" services: iotdb-datanode: - image: iotdb-enterprise:1.3.2.3-standalone #使用的镜像 + image: iotdb-enterprise:2.0.x.x-standalone #使用的镜像 hostname: iotdb-1|iotdb-2|iotdb-3 #根据实际情况选择,三选一 container_name: iotdb-datanode command: ["bash", "-c", "entrypoint.sh datanode"] diff --git a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_apache.md b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_apache.md index e31ef506f..59851e111 100644 --- a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_apache.md +++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_apache.md @@ -61,10 +61,10 @@ docker-compose --version #显示版本信息即安装成功 Apache IoTDB的Docker镜像已经上传至 https://hub.docker.com/r/apache/iotdb 。 -以获取1.3.2版本为例,拉取镜像命令: +以获取2.0.x版本为例,拉取镜像命令: ```bash -docker pull apache/iotdb:1.3.2-standalone +docker pull apache/iotdb:2.0.x-standalone ``` 查看镜像: @@ -99,7 +99,7 @@ docker-iotdb: version: "3" services: iotdb-service: - image: apache/iotdb:1.3.2-standalone #使用的镜像 + image: apache/iotdb:2.0.x-standalone #使用的镜像 hostname: iotdb container_name: iotdb restart: always @@ -238,10 +238,10 @@ echo "192.168.1.5 iotdb-3" >> /etc/hosts Apache IoTDB的Docker镜像已经上传至https://hub.docker.com/r/apache/iotdb。 -在3台服务器上分别拉取IoTDB镜像,以获取1.3.2版本为例,拉取镜像命令: +在3台服务器上分别拉取IoTDB镜像,以获取2.0.x版本为例,拉取镜像命令: ```SQL -docker pull apache/iotdb:1.3.2-standalone +docker pull apache/iotdb:2.0.x-standalone ``` 查看镜像: @@ -307,7 +307,7 @@ services: version: "3" services: iotdb-datanode: - image: iotdb-enterprise:1.3.2.3-standalone #使用的镜像 + image: iotdb-enterprise:2.0.x-standalone #使用的镜像 hostname: iotdb-1|iotdb-2|iotdb-3 #根据实际情况选择,三选一 container_name: iotdb-datanode command: ["bash", "-c", "entrypoint.sh datanode"] diff --git a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_timecho.md b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_timecho.md index 04cd21113..80a847eaf 100644 --- a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_timecho.md +++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_timecho.md @@ -73,12 +73,12 @@ dmidecode 安装后,查找安装路径:`whereis dmidecode`,这里假设结 ### 2.1 load 镜像文件 -比如这里获取的IoTDB的容器镜像文件名是:`iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz` +比如这里获取的IoTDB的容器镜像文件名是:`iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz` load镜像: ```Bash -docker load -i iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz +docker load -i iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz ``` 查看镜像: @@ -278,12 +278,12 @@ echo "192.168.1.5 iotdb-3" >> /etc/hosts ### 3.2 load镜像文件 -比如获取的IoTDB的容器镜像文件名是:`iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz` +比如获取的IoTDB的容器镜像文件名是:`iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz` 在3台服务器上分别执行load镜像命令: ```Bash -docker load -i iotdb-enterprise-1.3.2.3-standalone-docker.tar.gz +docker load -i iotdb-enterprise-2.0.x.x-standalone-docker.tar.gz ``` 查看镜像: @@ -316,7 +316,7 @@ docker-iotdb: version: "3" services: iotdb-confignode: - image: iotdb-enterprise:1.3.2.3-standalone #使用的镜像 + image: iotdb-enterprise:2.0.x.x-standalone #使用的镜像 hostname: iotdb-1|iotdb-2|iotdb-3 #根据实际情况选择,三选一 container_name: iotdb-confignode command: ["bash", "-c", "entrypoint.sh confignode"] @@ -352,7 +352,7 @@ services: version: "3" services: iotdb-datanode: - image: iotdb-enterprise:1.3.2.3-standalone #使用的镜像 + image: iotdb-enterprise:2.0.x.x-standalone #使用的镜像 hostname: iotdb-1|iotdb-2|iotdb-3 #根据实际情况选择,三选一 container_name: iotdb-datanode command: ["bash", "-c", "entrypoint.sh datanode"]