Merge pull request #6327 from influxdata/pbarnett/small-explorer-quickstart-update
chore: add more clarity to Explorer quick startpull/6330/head
commit
2494c90cb8
|
|
@ -42,7 +42,10 @@ docker run --detach \
|
|||
--publish 8889:8888 \
|
||||
influxdata/influxdb3-ui:{{% latest-patch %}} \
|
||||
--mode=admin
|
||||
|
||||
# Visit http://localhost:8888 in your browser to begin using InfluxDB 3 Explorer
|
||||
```
|
||||
|
||||
<a class="btn" href="/influxdb3/explorer/install/">Install and run InfluxDB 3 Explorer</a>
|
||||
<a class="btn" href="/influxdb3/explorer/get-started/">Get started with InfluxDB 3 Explorer</a>
|
||||
|
||||
For installation and configuration options, see [Install and run InfluxDB 3 Explorer](/influxdb3/explorer/install/).
|
||||
<a class="btn" href="/influxdb3/explorer/get-started/">Get started using InfluxDB 3 Explorer</a>
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ InfluxDB 3 Explorer supports the following InfluxDB 3 products:
|
|||
- **Server URL**: The URL used to connect to your InfluxDB 3 server.
|
||||
- Select the protocol to use (http or https).
|
||||
- Provide the host and, if necessary, the port.
|
||||
- _If connecting to a local, non-Docker instance, use `host.docker.internal`._ For more information about host.docker.internal, see the [Docker documentation](https://docs.docker.com/desktop/features/networking).
|
||||
- **Token**: The authorization token to use to connect to your InfluxDB 3 server.
|
||||
We recommend using an InfluxDB 3 _admin_ token.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue