Error while Using docker behind proxy- TLS failed to parse certificate -
i trying run zeppelin using docker. found 1 github project same. machine behind proxy , have added http_proxy , https_proxy information in /etc/defaults/docker file also.
bala@axis-v4:~/projects/docker-zeppelin$ sudo docker pull dylanmei/zeppelin using default tag: latest pulling repository docker.io/dylanmei/zeppelin error while pulling image: https://index.docker.io/v1/repositories/dylanmei/zeppelin/images: tls: failed parse certificate server: x509: unhandled critical extension bala@axis-v4:~/projects/docker-zeppelin$
can find out whats going wrong here?
here more information
/etc/default/docker
export http_proxy=http://<username>:<password>@<proxy host ip>:3128 export https_proxy=https://<username>:<password>@<proxy host ip>:3128 https_proxy=https://<username>:<password>@<proxy host ip>:3128 http_proxy=http://<username>:<password>@<proxy host ip>:3128
/etc/systemd/system/docker.service.d/http-proxy.conf
[service] environment="http_proxy=http://<username>:<password>@<proxy host ip>:3128/" environment="no_proxy=localhost,127.0.0.0/8,40.221.94.62
hope helps
Comments
Post a Comment