mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 16:11:55 +00:00
add clickhouse-client
This commit is contained in:
parent
8a8e018d9d
commit
e3e779994a
5
clickhouse-client/Dockerfile
Normal file
5
clickhouse-client/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM yandex/clickhouse-client:1.1
|
||||||
|
|
||||||
|
MAINTAINER Newnius <newnius.cn@gmail.com>
|
||||||
|
|
||||||
|
CMD ["/usr/bin/clickhouse-client"]
|
4
clickhouse-client/README.md
Normal file
4
clickhouse-client/README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# ClickHouse Client
|
||||||
|
|
||||||
|
Change `ENTRYPOINT` to `CMD` to support for long-run client.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user