Skip to content

Commit c20f546

Browse files
authored
Merge pull request #2555 from ClickHouse/ClickHouse-docker-library
Update clickhouse docs according to ClickHouse/ClickHouse
2 parents fbf9160 + c3d3d20 commit c20f546

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clickhouse/content.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ docker run -it --rm --network=container:some-clickhouse-server --entrypoint clic
4242
docker exec -it some-clickhouse-server clickhouse-client
4343
```
4444

45-
More information about the [ClickHouse client](https://clickhouse.com/docs/en/interfaces/cli/).
45+
More information about the [ClickHouse client](https://clickhouse.com/docs/interfaces/cli/).
4646

4747
### connect to it using curl
4848

4949
```bash
5050
echo "SELECT 'Hello, ClickHouse!'" | docker run -i --rm --network=container:some-clickhouse-server buildpack-deps:curl curl 'http://localhost:8123/?query=' -s --data-binary @-
5151
```
5252

53-
More information about the [ClickHouse HTTP Interface](https://clickhouse.com/docs/en/interfaces/http/).
53+
More information about the [ClickHouse HTTP Interface](https://clickhouse.com/docs/interfaces/http/).
5454

5555
### stopping / removing the container
5656

@@ -119,9 +119,9 @@ Read more in [knowledge base](https://clickhouse.com/docs/knowledgebase/configur
119119

120120
## Configuration
121121

122-
The container exposes port 8123 for the [HTTP interface](https://clickhouse.com/docs/en/interfaces/http_interface/) and port 9000 for the [native client](https://clickhouse.com/docs/en/interfaces/tcp/).
122+
The container exposes port 8123 for the [HTTP interface](https://clickhouse.com/docs/interfaces/http_interface/) and port 9000 for the [native client](https://clickhouse.com/docs/interfaces/tcp/).
123123

124-
ClickHouse configuration is represented with a file "config.xml" ([documentation](https://clickhouse.com/docs/en/operations/configuration_files/))
124+
ClickHouse configuration is represented with a file "config.xml" ([documentation](https://clickhouse.com/docs/operations/configuration_files/))
125125

126126
### Start server instance with custom configuration
127127

0 commit comments

Comments
 (0)