chore(influxdb3): Remove non-essential Docker example

pull/6148/head
Jason Stirnaman 2025-06-24 11:20:30 -05:00
parent 29a81be296
commit 6bab22462a
1 changed files with 0 additions and 18 deletions

View File

@ -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 >}}