Merge branch 'master' into chore-js-refactor-footer-scripts-modules
commit
03fbbf6201
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue