boot2docker / osx-installer

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

0.11.1-pre1 not connecting to VM? #18

Closed danielfrg closed 10 years ago

danielfrg commented 10 years ago

I have been trying to make version 0.11.1-pre1 work on OS X 10.9.3 with no luck

I download, install and run the commands here (Changing to port 4243)

boot2docker 
boot2docker start
export DOCKER_HOST=tcp://localhost:4243

The VM is created and I can ssh and execute commands there

$ docker search tutorial

NAME                                       DESCRIPTION                                     STARS     OFFICIAL   AUTOMATED
learn/tutorial                                                                             3
namin/io.livecode.ch                       interactive programming tutorials, powered...   1                    [OK]
sfilipov/rails-tutorial                                                                    0                    [OK]
zqhxuyuan/tutorial                                                                         0
florentbenoit/docker-angularjs-tutorials                                                   0                    [OK]
mzdaniel/buildbot-tutorial                                                                 0
jbarbier/tutorial1

But if I try to use it from os x I always get this:

➜  ~  docker search tutorial
2014/06/07 14:57:16 Get http://localhost:4243/v1.11/images/search?term=tutorial: EOF

Any idea why is happening?

danielfrg commented 10 years ago

Just tried 0.12.0 and is working.

Thanks :)