Skip to content

Commit 20d2dc0

Browse files
update: add docker pull to quickstart
1 parent d6229a5 commit 20d2dc0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/influxdb3/explorer/_index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@ InfluxDB 3 Explorer is the standalone web application designed for visualizing,
1212
Explorer provides an intuitive interface for interacting with your time series data, streamlining database operations and enhancing data insights.
1313

1414
> [!Important]
15+
<<<<<<< Updated upstream
1516
> #### InfluxDB 3 Core or Enterprise v3.1.0 or later required
1617
>
1718
> InfluxDB 3 Explorer is compatible with the following:
1819
>
1920
> - [InfluxDB 3 Core v3.1.0 or later](/influxdb3/core/install/)
2021
> - [InfluxDB 3 Enterprise v3.1.0 or later](/influxdb3/enterprise/install/)
22+
=======
23+
> **InfluxDB >3.1.0 Required** \
24+
> To use InfluxDB 3 Explorer, you must be using Core or Enterprise version *3.1.0* or higher. \
25+
> Download the latest version for [**Core**](https://docs.influxdata.com/influxdb3/enterprise/install/) and [**Enterprise**](https://docs.influxdata.com/influxdb3/enterprise/install/) today!
26+
>>>>>>> Stashed changes
2127
2228
## Key features
2329

@@ -32,6 +38,10 @@ Use InfluxDB 3 Explorer for:
3238
Run the Docker image to start InfluxDB 3 Explorer:
3339

3440
```sh
41+
# Pull the Docker image
42+
docker pull quay.io/influxdb/influxdb3-explorer:latest
43+
44+
# Run the Docker container
3545
docker run --detach \
3646
--name influxdb3-explorer \
3747
--publish 8888:80 \

0 commit comments

Comments
 (0)