Joined February 2016
·

Bin Zhang

Beijing, China
·
·

BTW: I'm using docker version 1.9.1, never succeeded neither on mac nor on linux.

Great read, it works if using insecure-registry.
But failed using Self-Signed cert, error msg: if you have access to the registry's CA certificate, no need for the flag; simply place the CA certificate at /etc/docker/certs.d/host:port/ca.crt

However it succeeded if using curl to access using the cert.
sudo curl --cacert /etc/docker/certs.d/host:port/ca.crt https://user:pass@host:port/v2

Any ideas please? thanks

Achievements
1 Karma
0 Total ProTip Views