Skip to content

Commit 6df37aa

Browse files
committed
docs: explain official images hosted on Quay.io and other explainatory updates
1 parent c84f52e commit 6df37aa

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

influxdb/content.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,28 @@ InfluxDB 3 comes in two editions:
77
- **InfluxDB 3 Core**: A free, open source version of the new engine for local development and prototyping.
88
- **InfluxDB 3 Enterprise**: A production-grade, scalable time series database that includes support for clustering, security, and enterprise features.
99

10+
>[!Note]
11+
> ## License key for Enterprise
12+
>To run InfluxDB 3 Enterprise, you need a license key. Obtain one from [InfluxData's pricing page](https://www.influxdata.com/pricing/).
13+
1014
For full documentation, visit the [InfluxDB 3 documentation site](https://docs.influxdata.com)
1115

16+
## Docker Images
17+
18+
Use the official images hosted on Quay.io:
19+
20+
- **Core:** `quay.io/influxdb/influxdb3:latest`
21+
- **Enterprise:** `quay.io/influxdb/influxdb3-enterprise:latest`
22+
23+
## Parameter glossary
24+
25+
| Parameter | Description |
26+
|------------------|--------------------------------------------------------------|
27+
| `--host-id` | Unique identifier for the InfluxDB Core server node. Required. |
28+
| `--node-id` | Unique identifier for the node within an Enterprise cluster. |
29+
| `--object-store` | Backend storage type for metadata and WAL files (e.g., `file`). |
30+
| `--data-dir` | Path to the directory for data storage. |
31+
1232

1333
# How to use this image
1434

0 commit comments

Comments
 (0)