Docker behind proxy that changes ssl certificate
I am trying to run the following docker command: docker run -i -t ubuntu /bin/bash But I get the error: 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 I know that our company replaces the SSL Certificate on the fly for https requests. I tried to trust our company's CA certificate by putting it in: /etc/pki/tls/certs/ca-bundle.crt and /etc/pki/tls/cert.pem But it is still not working. Any ideas? To configure docker to work with a proxy system