mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 08:11:54 +00:00
8 lines
142 B
Docker
8 lines
142 B
Docker
FROM yandex/clickhouse-client:1.1
|
|
|
|
MAINTAINER Newnius <newnius.cn@gmail.com>
|
|
|
|
ENTRYPOINT ["/usr/bin/env"]
|
|
|
|
CMD ["/usr/bin/clickhouse-client"]
|