add clickhouse-client

This commit is contained in:
Newnius 2018-07-03 10:27:02 +08:00
parent 8a8e018d9d
commit e3e779994a
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,5 @@
FROM yandex/clickhouse-client:1.1
MAINTAINER Newnius <newnius.cn@gmail.com>
CMD ["/usr/bin/clickhouse-client"]

View File

@ -0,0 +1,4 @@
# ClickHouse Client
Change `ENTRYPOINT` to `CMD` to support for long-run client.