You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's the new docker TLS default, see boot2docker/boot2docker#571 and boot2docker/boot2docker#572. Once this stuff is upstream then you will be able to tweak via an ENV variable, but I suspect there will need to be more plumbing in dvm as well.
I worked around this by running this command after I launch boot2docker (In my case, 10.0.0.0/8 represents my entire internal network that I want to allow "insecure" use of images to):
I followed the instruction, added an environment variable of DOCKER_CIDR of 172.18.0.1/16,
when trying to use docker from my mac i get the following error:
➜ ~ docker images
2014/10/19 23:26:17 Get https://192.168.42.43:2375/v1.15/images/json: tls: oversized record received with length 20527
➜ ~ docker pull ubuntu
2014/10/19 23:26:22 Post https://192.168.42.43:2375/v1.15/images/create?fromImage=ubuntu%3Alatest: tls: oversized record received with length 20527
any idea what is causing the error?
The text was updated successfully, but these errors were encountered: