Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ the `docker run` command.

The data will be stored in the `greptimedb_data/` directory in your current directory.

If you want to use another version of GreptimeDB's image, you can download it from our [GreptimeDB Dockerhub](https://hub.docker.com/r/greptime/greptimedb). In particular, we support GreptimeDB based on CentOS, and you can try image `greptime/greptimedb-centos`.
If you want to use another version of GreptimeDB's image, you can download it from our [GreptimeDB Dockerhub](https://hub.docker.com/r/greptime/greptimedb). In particular, we support:
- GreptimeDB based on CentOS: `greptime/greptimedb-centos`
- GreptimeDB based on Distroless: `greptime/greptimedb-distroless`

:::tip NOTE
If you are using a Docker version lower than [v23.0](https://docs.docker.com/engine/release-notes/23.0/), you may experience problems with insufficient permissions when trying to run the command above, due to a [bug](https://github.com/moby/moby/pull/42681) in the older version of Docker Engine.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ docker run -p 127.0.0.1:4000-4003:4000-4003 \

数据将会存储在当前目录下的 `greptimedb_data/` 目录中。

如果你想要使用另一个版本的 GreptimeDB 镜像,可以从我们的 [GreptimeDB Dockerhub](https://hub.docker.com/r/greptime/greptimedb) 下载。
如果你想要使用另一个版本的 GreptimeDB 镜像,可以从我们的 [GreptimeDB Dockerhub](https://hub.docker.com/r/greptime/greptimedb) 下载。我们支持以下镜像版本:
- 基于 CentOS 的 GreptimeDB: `greptime/greptimedb-centos`
- 基于 Distroless 的 GreptimeDB: `greptime/greptimedb-distroless`

:::tip 注意事项

Expand Down