Merge pull request #38015 from vdimir/upd-docker-client-doc

Update docker run client command in docs
This commit is contained in:
Mikhail f. Shiryaev 2022-06-13 11:58:21 +02:00 committed by GitHub
commit b4fa81f4a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ By default, starting above server instance will be run as default user without p
### connect to it from a native client
```bash
$ docker run -it --rm --link some-clickhouse-server:clickhouse-server clickhouse/clickhouse-client --host clickhouse-server
$ docker run -it --rm --link some-clickhouse-server:clickhouse-server --entrypoint clickhouse-client clickhouse/clickhouse-server --host clickhouse-server
```
More information about [ClickHouse client](https://clickhouse.com/docs/en/interfaces/cli/).