Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down
Loading