【问题标题】:Error when run clickhouse docker image on mac os在 mac os 上运行 clickhouse docker 映像时出错
【发布时间】:2017-10-15 11:43:09
【问题描述】:

当我从 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

谁能帮帮我?

【问题讨论】:

    标签: macos docker installation yandex clickhouse


    【解决方案1】:

    我们已在最新图片中解决了该问题。请执行:

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

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

    【讨论】:

    • 谢谢,修复得很快:)
    猜你喜欢
    • 2021-12-16
    • 2017-04-11
    • 2021-10-08
    • 1970-01-01
    • 2015-05-02
    • 2018-09-29
    • 1970-01-01
    • 2016-02-09
    • 2023-03-30
    相关资源
    最近更新 更多