diff --git a/docs/getting-started/installation/greptimedb-standalone.md b/docs/getting-started/installation/greptimedb-standalone.md index 977e9943c5..e01c685056 100644 --- a/docs/getting-started/installation/greptimedb-standalone.md +++ b/docs/getting-started/installation/greptimedb-standalone.md @@ -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. diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/greptimedb-standalone.md b/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/greptimedb-standalone.md index 5ffc12cc28..d83e83b2c1 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/greptimedb-standalone.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/getting-started/installation/greptimedb-standalone.md @@ -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 注意事项