在 Mac OS 上运行 clickhouse docker 映像时出错



当我从docker image安装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

有人可以帮助我吗?

我们已在最新映像中修复了此问题。请执行:

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

问题的根源在于用于构建 ClickHouse 映像的 Ubuntu 基础映像:https://github.com/docker-library/official-images/issues/2863。

最新更新