I installed the docker toolbar and I am trying to connect to my private registry.
I added the following to /var/lib/boot2docker/profile
EXTRA_ARGS=' --label provider=virtualbox --insecure-registry http://myregistry.com:80 '
I can enter the registry successfully. But when I try to pull / click from / to the registry, I get the following error.
Error response from daemon: unable to ping registry endpoint https://myregistry.com:80/v0/ v2 ping attempt failed with error: Get https://myregistry.com:80/v2/: tls: oversized record received with length 20527 v1 ping attempt failed with error: Get https://myregistry.com:80/v1/_ping: tls: oversized record received with length 20527
Any help would be greatly appreciated. Thanks
source share