【发布时间】:2013-12-14 13:30:37
【问题描述】:
我正在尝试运行以下 docker 命令:
docker run -i -t ubuntu /bin/bash
但我得到了错误:
Unable to find image 'ubuntu' (tag: latest) locally
Pulling repository ubuntu
2013/11/28 14:00:24 Get https://index.docker.io/v1/images/ubuntu/ancestry: x509: certificate signed by unknown authority
我知道我们公司会为 https 请求即时替换 SSL 证书。
我尝试通过将我们公司的 CA 证书放入以下内容来信任它:
/etc/pki/tls/certs/ca-bundle.crt
和
/etc/pki/tls/cert.pem
但是还是不行。
有什么想法吗?
【问题讨论】: