【发布时间】:2019-04-22 16:33:15
【问题描述】:
我在尝试从 dockerhub 拉取 elastcisearch 图像时遇到以下错误。
docker-compose pull
Pulling elasticsearch (elasticsearch:2.2.0)...
Pulling repository docker.io/library/elasticsearch
ERROR: Error while pulling image: Get https://index.docker.io/v1/repositories/library/elasticsearch/images: x509: certificate signed by unknown authority
Failed to run with docker-compose
我的公司有一个中间根 CA,我怀疑它会导致问题。我应该如何配置 Docker 以使用公司 Root CA 的任何想法?
【问题讨论】:
-
同样的错误,但看起来不像是同样的问题
标签: docker docker-compose