Merge pull request #6024 from influxdata/pbarnett/install-updates-for-docker

fix: update docs for Docker
pull/6006/head^2
peterbarnett03 2025-04-27 17:07:30 -04:00 committed by GitHub
commit f73d29c0d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 10 deletions

View File

@ -301,10 +301,11 @@ services:
working_dir: /app
influxdb3-core:
container_name: influxdb3-core
image: quay.io/influxdb/influxdb3-core:latest
image: influxdb:3-core
ports:
- 8181:8181
command:
- influxdb3
- serve
- --node-id=sensors_node0
- --log-filter=debug

View File

@ -139,7 +139,7 @@ The image is available for x86_64 (AMD64) and ARM64 architectures.
<!--pytest.mark.skip-->
```bash
docker pull quay.io/influxdb/influxdb3-{{< product-key >}}:latest
docker pull influxdb:3-{{< product-key >}}
```
Docker automatically pulls the appropriate image for your system architecture.
@ -150,14 +150,14 @@ To specify the system architecture, use platform-specific tags--for example:
# For x86_64/AMD64
docker pull \
--platform linux/amd64 \
quay.io/influxdb/influxdb3-{{< product-key >}}:latest
influxdb:3-{{< product-key >}}
```
```bash
# For ARM64
docker pull \
--platform linux/arm64 \
quay.io/influxdb/influxdb3-{{< product-key >}}:latest
influxdb:3-{{< product-key >}}
```
> [!Note]
@ -173,10 +173,11 @@ quay.io/influxdb/influxdb3-{{< product-key >}}:latest
services:
influxdb3-{{< product-key >}}:
container_name: influxdb3-{{< product-key >}}
image: quay.io/influxdb/influxdb3-{{< product-key >}}:latest
image: influxdb:3-{{< product-key >}}
ports:
- 9999:9999
command:
- influxdb3
- serve
- --node-id=node0
- --object-store=file

View File

@ -131,7 +131,7 @@ source ~/.zshrc
## Docker image
Use the `influxdb3-{{< product-key >}}` Docker image to deploy {{< product-name >}} in a
Use the `influxdb:3-{{< product-key >}}` Docker image to deploy {{< product-name >}} in a
Docker container.
The image is available for x86_64 (AMD64) and ARM64 architectures.
@ -139,7 +139,7 @@ The image is available for x86_64 (AMD64) and ARM64 architectures.
<!--pytest.mark.skip-->
```bash
docker pull quay.io/influxdb/influxdb3-{{< product-key >}}:latest
docker pull influxdb:3-{{< product-key >}}
```
Docker automatically pulls the appropriate image for your system architecture.
@ -150,14 +150,14 @@ To specify the system architecture, use platform-specific tags--for example:
# For x86_64/AMD64
docker pull \
--platform linux/amd64 \
quay.io/influxdb/influxdb3-{{< product-key >}}:latest
influxdb:3-{{< product-key >}}
```
```bash
# For ARM64
docker pull \
--platform linux/arm64 \
quay.io/influxdb/influxdb3-{{< product-key >}}:latest
influxdb:3-{{< product-key >}}
```
> [!Note]
@ -173,10 +173,11 @@ quay.io/influxdb/influxdb3-{{< product-key >}}:latest
services:
influxdb3-{{< product-key >}}:
container_name: influxdb3-{{< product-key >}}
image: quay.io/influxdb/influxdb3-{{< product-key >}}:latest
image: influxdb:3-{{< product-key >}}
ports:
- 9999:9999
command:
- influxdb3
- serve
- --node-id=node0
- --cluster-id=cluster0