chore(influxdb3): Remove non-essential Docker example
parent
29a81be296
commit
6bab22462a
|
@ -474,7 +474,6 @@ In your command, replace {{% code-placeholder-key %}}`YOUR_AUTH_TOKEN`{{% /code-
|
|||
{{% tabs %}}
|
||||
[Environment variable (recommended)](#)
|
||||
[Command option](#)
|
||||
[Docker](#)
|
||||
{{% /tabs %}}
|
||||
{{% tab-content %}}
|
||||
|
||||
|
@ -498,23 +497,6 @@ influxdb3 show databases --token YOUR_AUTH_TOKEN
|
|||
```
|
||||
{{% /code-placeholders %}}
|
||||
|
||||
{{% /tab-content %}}
|
||||
{{% tab-content %}}
|
||||
|
||||
Run the CLI in a Docker container using the `INFLUXDB3_AUTH_TOKEN` environment variable:
|
||||
|
||||
{{% code-placeholders "YOUR_AUTH_TOKEN" %}}
|
||||
```bash
|
||||
docker run --rm \
|
||||
-e INFLUXDB3_AUTH_TOKEN=YOUR_AUTH_TOKEN \
|
||||
quay.io/influxdb/influxdb3:latest \
|
||||
query \
|
||||
--host http://host.docker.internal:8181 \
|
||||
--database example_db \
|
||||
"SHOW TABLES"
|
||||
```
|
||||
{{% /code-placeholders %}}
|
||||
|
||||
{{% /tab-content %}}
|
||||
{{< /tabs-wrapper >}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue