Created
July 8, 2015 17:32
-
-
Save iocanel/9f504df64fa1bff6cf7b to your computer and use it in GitHub Desktop.
Docker workflow registry issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| + docker pull 172.30.211.224:5000/maven | |
| Error response from daemon: invalid registry endpoint https://172.30.211.224:5000/v0/: unable to ping registry endpoint https://172.30.211.224:5000/v0/ | |
| v2 ping attempt failed with error: Get https://172.30.211.224:5000/v2/: tls: oversized record received with length 20527 | |
| v1 ping attempt failed with error: Get https://172.30.211.224:5000/v1/_ping: tls: oversized record received with length 20527. If this private registry supports only HTTP or HTTPS with an unknown CA certificate, please add `--insecure-registry 172.30.211.224:5000` to the daemon's arguments. In the case of HTTPS, 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/172.30.211.224:5000/ca.crt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment