Change Doker Hub URL

This commit is contained in:
Alexey Milovidov 2021-09-20 01:45:18 +03:00
parent e9cc3eafaa
commit 510540c7d7
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# ClickHouse Client Docker Image
For more information see [ClickHouse Server Docker Image](https://hub.docker.com/r/yandex/clickhouse-server/).
For more information see [ClickHouse Server Docker Image](https://hub.docker.com/r/clickhouse/clickhouse-server/).
## License

View File

@ -96,7 +96,7 @@ For production environments, its recommended to use the latest `stable`-versi
### From Docker Image {#from-docker-image}
To run ClickHouse inside Docker follow the guide on [Docker Hub](https://hub.docker.com/r/yandex/clickhouse-server/). Those images use official `deb` packages inside.
To run ClickHouse inside Docker follow the guide on [Docker Hub](https://hub.docker.com/r/clickhouse/clickhouse-server/). Those images use official `deb` packages inside.
### Single Binary {#from-single-binary}

View File

@ -92,7 +92,7 @@ sudo clickhouse-client-$LATEST_VERSION/install/doinst.sh
### Dockerイメージから {#from-docker-image}
Docker内でClickHouseを実行するには、次の [DockerHub](https://hub.docker.com/r/yandex/clickhouse-server/) のガイドに従います。それらのイメージでは内部で公式の `deb` パッケージを使っています。
Docker内でClickHouseを実行するには、次の [DockerHub](https://hub.docker.com/r/clickhouse/clickhouse-server/) のガイドに従います。それらのイメージでは内部で公式の `deb` パッケージを使っています。
### 非標準環境向けの事前コンパイルされたバイナリから {#from-binaries-non-linux}

View File

@ -98,7 +98,7 @@ sudo clickhouse-client-$LATEST_VERSION/install/doinst.sh
### Из Docker образа {#from-docker-image}
Для запуска ClickHouse в Docker нужно следовать инструкции на [Docker Hub](https://hub.docker.com/r/yandex/clickhouse-server/). Внутри образов используются официальные `deb` пакеты.
Для запуска ClickHouse в Docker нужно следовать инструкции на [Docker Hub](https://hub.docker.com/r/clickhouse/clickhouse-server/). Внутри образов используются официальные `deb` пакеты.
### Из единого бинарного файла {#from-single-binary}

View File

@ -93,7 +93,7 @@ sudo clickhouse-client-$LATEST_VERSION/install/doinst.sh
### `Docker`安装包 {#from-docker-image}
要在Docker中运行ClickHouse请遵循[Docker Hub](https://hub.docker.com/r/yandex/clickhouse-server/)上的指南。它是官方的`deb`安装包。
要在Docker中运行ClickHouse请遵循[Docker Hub](https://hub.docker.com/r/clickhouse/clickhouse-server/)上的指南。它是官方的`deb`安装包。
### 其他环境安装包 {#from-other}

View File

@ -54,7 +54,7 @@
</div>
<p>For other operating systems the easiest way to get started is using
<a href="https://hub.docker.com/r/yandex/clickhouse-server/" rel="external nofollow noreferrer"
<a href="https://hub.docker.com/r/clickhouse/clickhouse-server/" rel="external nofollow noreferrer"
target="_blank">
official Docker images of ClickHouse</a>, this is not the only <a href="https://clickhouse.tech/docs/en/getting-started/">option</a> though.
Alternatively, you can easily get a running ClickHouse instance or cluster at