Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FATA[0000] oversized record #21

Open
phpguru opened this issue Feb 9, 2015 · 1 comment
Open

FATA[0000] oversized record #21

phpguru opened this issue Feb 9, 2015 · 1 comment

Comments

@phpguru
Copy link

phpguru commented Feb 9, 2015

Using boot2docker Mac OS X is awesome but slow. I followed this example with sample vagrant file and it works, but why I try your example docker commands, I just get:

FATA[0000] An error occurred trying to connect: Get https://localhost:2375/v1.16/containers/json: tls: oversized record received with length 20527

Any advice would be much appreciated.

@ailispaw
Copy link

The Docker provisioner inside Vagrant executes a docker command on the boot2docker VM.
Please make sure your docker is latest and some Docker's ENVs in your local machine.
DOCKER_TLS_VERIFY, DOCKER_HOST, DOCKER_CERT_PATH

Or try

$ docker --tls=false --tlsverify=false version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants