update: add docker pull to quickstart
parent
d6229a5bcc
commit
20d2dc093a
|
@ -12,12 +12,18 @@ InfluxDB 3 Explorer is the standalone web application designed for visualizing,
|
|||
Explorer provides an intuitive interface for interacting with your time series data, streamlining database operations and enhancing data insights.
|
||||
|
||||
> [!Important]
|
||||
<<<<<<< Updated upstream
|
||||
> #### InfluxDB 3 Core or Enterprise v3.1.0 or later required
|
||||
>
|
||||
> InfluxDB 3 Explorer is compatible with the following:
|
||||
>
|
||||
> - [InfluxDB 3 Core v3.1.0 or later](/influxdb3/core/install/)
|
||||
> - [InfluxDB 3 Enterprise v3.1.0 or later](/influxdb3/enterprise/install/)
|
||||
=======
|
||||
> **InfluxDB >3.1.0 Required** \
|
||||
> To use InfluxDB 3 Explorer, you must be using Core or Enterprise version *3.1.0* or higher. \
|
||||
> Download the latest version for [**Core**](https://docs.influxdata.com/influxdb3/enterprise/install/) and [**Enterprise**](https://docs.influxdata.com/influxdb3/enterprise/install/) today!
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
## Key features
|
||||
|
||||
|
@ -32,6 +38,10 @@ Use InfluxDB 3 Explorer for:
|
|||
Run the Docker image to start InfluxDB 3 Explorer:
|
||||
|
||||
```sh
|
||||
# Pull the Docker image
|
||||
docker pull quay.io/influxdb/influxdb3-explorer:latest
|
||||
|
||||
# Run the Docker container
|
||||
docker run --detach \
|
||||
--name influxdb3-explorer \
|
||||
--publish 8888:80 \
|
||||
|
|
Loading…
Reference in New Issue