Merge branch 'monolith-gs-restructure' of github.com:influxdata/docs-v2 into monolith-gs-restructure

pull/6140/head
Scott Anderson 2025-06-23 09:54:04 -06:00
commit a95ad37140
1 changed files with 0 additions and 8 deletions

View File

@ -551,14 +551,6 @@ docker run --rm \
```
{{% /code-placeholders %}}
> [!Note]
> Ensure that the database `example_db` exists in the running container.
> To create it, run:
>
> ```bash
> docker exec -it influxdb3-core influxdb3 create database example_db --token YOUR_AUTH_TOKEN
> ```
{{% /tab-content %}}
{{< /tabs-wrapper >}}