From 20d2dc093a2e07203992b19514d4c916a480d30e Mon Sep 17 00:00:00 2001 From: Peter Barnett Date: Tue, 3 Jun 2025 10:50:20 -0400 Subject: [PATCH 1/2] update: add docker pull to quickstart --- content/influxdb3/explorer/_index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/influxdb3/explorer/_index.md b/content/influxdb3/explorer/_index.md index 82df85b01..b42631d19 100644 --- a/content/influxdb3/explorer/_index.md +++ b/content/influxdb3/explorer/_index.md @@ -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 \ From 8b7f8467f7dad02c5663d2c9602846d320da79c3 Mon Sep 17 00:00:00 2001 From: Peter Barnett Date: Tue, 3 Jun 2025 12:03:44 -0400 Subject: [PATCH 2/2] fix: remove the git stuff --- content/influxdb3/explorer/_index.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/influxdb3/explorer/_index.md b/content/influxdb3/explorer/_index.md index b42631d19..5078f75bb 100644 --- a/content/influxdb3/explorer/_index.md +++ b/content/influxdb3/explorer/_index.md @@ -12,18 +12,12 @@ 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