Update README.md

This commit is contained in:
Akash Sivakumar
2024-11-26 21:43:20 -07:00
committed by GitHub
parent b1fc1dbc49
commit b1a71b9824

View File

@@ -74,7 +74,7 @@ docker exec -it clickhouse-kafka-1 kafka-console-consumer --bootstrap-server kaf
Get into the ClickHouse client: Get into the ClickHouse client:
```bash ```bash
docker exec -it <server1's container ID from docker ps> clickhouse-client docker exec -it <server1 container ID from docker ps> clickhouse-client
``` ```
Check if tables are available: Check if tables are available:
```bash ```bash