boot2docker / osx-installer

Docker installer for Mac OS X
Apache License 2.0
1.25k stars 258 forks source link

Can not install boot2docker on Mac OS 10.9.4 #78

Closed 1602 closed 9 years ago

1602 commented 9 years ago

Downloaded latest 1.3.0 release

docker version
Client version: 1.3.0
Client API version: 1.15
Go version (client): go1.3.3
Git commit (client): c78088f
OS/Arch (client): darwin/amd64
2014/10/16 19:56:50 Get http://192.168.59.103:2376/v1.15/version: malformed HTTP response "\x15\x03\x01\x00\x02\x02"

on docker vm (/var/log/docker.log):

2014/10/16 18:16:02 http: TLS handshake error from 192.168.59.3:57797: tls: first record does not look like a TLS handshake
tianon commented 9 years ago

It sounds like your client isn't using TLS - did you do a $(boot2docker shellinit) with the latest (1.3.0) version of the boot2docker management tool first?

1602 commented 9 years ago

It was fixed by adding env variable: export DOCKER_TLS_VERIFY=1 Thank you