Merge branch 'master' into chore-js-refactor-footer-scripts-modules

pull/6079/head
Jason Stirnaman 2025-06-03 11:48:45 -05:00 committed by GitHub
commit 03fbbf6201
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: Run the Docker image to start InfluxDB 3 Explorer:
```sh ```sh
# Pull the Docker image
docker pull quay.io/influxdb/influxdb3-explorer:latest
# Run the Docker container
docker run --detach \ docker run --detach \
--name influxdb3-explorer \ --name influxdb3-explorer \
--publish 8888:80 \ --publish 8888:80 \