Compare commits

...

2 Commits

Author SHA1 Message Date
WANG Xu 74a1cc8a37
Merge pull request #30693 from taosdata/docs/wangxu/docker-enterprise
docs: update for tdengine enterprise using docker
2025-04-08 14:48:18 +08:00
WANG Xu 5e7d26399b
docs: update for tdengine enterprise using docker
Signed-off-by: WANG Xu <feici02@outlook.com>
2025-04-08 13:50:34 +08:00
2 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,8 @@ To install TDengine on your local machine instead of in a container, see [Get St
docker pull tdengine/tdengine:3.3.0.0
```
For enterprise edition, please replace the image name with `tdengine/tdengine-ee`.
:::
2. Start a container with the following command:

View File

@ -10,6 +10,7 @@ slug: /get-started/deploy-enterprise-edition
- Ensure that `systemd` is installed and enabled on all servers.
- Confirm the location of all storage media that you want to use for tiered storage.
- If you want to use S3, obtain the access key and bucket name for the desired S3 instance.
- If you want to try TDengine Enterprise using Docker, please refer to [Get Started with TDengine Using Docker](../deploy-in-docker/) or [docker hub](https://hub.docker.com/r/tdengine/tdengine-ee).
## Prepare Your Environment