diff --git a/README.md b/README.md index 08ae20b5..577782c9 100644 --- a/README.md +++ b/README.md @@ -110,12 +110,12 @@ gtctl cluster scale -n -c frontend --rep #### Specify the image registry -`gtctl` uses DockerHub as the default image registry and also supports specifying image registry when creating a cluster with the `--image-registry` option (the AliCloud image registry mirror `registry.cn-hangzhou.aliyuncs.com` is now available). +`gtctl` uses DockerHub as the default image registry and also supports specifying image registry when creating a cluster with the `--image-registry` option (the AliCloud image registry mirror `greptime-registry.cn-hangzhou.cr.aliyuncs.com` is now available). 中国用户可使用如下命令创建集群: ```console -gtctl cluster create mycluster --image-registry=registry.cn-hangzhou.aliyuncs.com +gtctl cluster create mycluster --image-registry=greptime-registry.cn-hangzhou.cr.aliyuncs.com ``` ## Development