1

Docker イメージから yandex clickhouse をインストールしたときに例外が発生しました。

docker run -it --rm --link some-clickhouse-server:clickhouse-server yandex/clickhouse-client --host clickhouse-server

docker logs 54aa87e92a2c Include not found: clickhouse_remote_servers Include not found: clickhouse_compression POCO ERROR: Exception: Could not determine local time zone: boost::filesystem::canonical: No such file or directory: "/usr/share/zoneinfo/" terminate called after throwing an instance of 'Poco::Exception' what(): Exception

誰でも私を助けることができますか?

4

1 に答える 1

2

最新の画像の問題を修正しました。実行してください:

docker pull yandex/clickhouse-client
docker pull yandex/clickhouse-server

問題の原因は、ClickHouse イメージのビルドに使用される Ubuntu ベース イメージにあります: https://github.com/docker-library/official-images/issues/2863

于 2017-05-16T18:54:48.983 に答える