Merge pull request #6120 from influxdata/pbarnett/update-quick-start-for-explorer

Update: Add install info to the Explorer Quick Start
pull/6090/head
Jason Stirnaman 2025-06-03 11:26:09 -05:00 committed by GitHub
commit eebd43bfa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,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 \