6 ms·
I've followed and refollowed those steps on OS X 10.9.1, but this is what happens: » docker version Client version: 0.8.0 Go version (client): go1.2 Gi
by ashleyw 13y ago
I've followed and refollowed those steps on OS X 10.9.1, but this is what happens:
» docker version
Client version: 0.8.0
Go version (client): go1.2
Git commit (client): cc3a8c8
2014/02/05 23:10:55 unexpected EOF
Yet the docker server is definitely up:
docker@boot2docker:~$ docker version
Client version: 0.8.0
Go version (client): go1.2
Git commit (client): cc3a8c8
Server version: 0.8.0
Git commit (server): cc3a8c8
Go version (server): go1.2
Last stable version: 0.8.0
Tried both `export DOCKER_HOST=tcp://` and `export DOCKER_HOST=localhost` (as per boot2docker README), before re-init.
- tianon 13y agoWhich version of boot2docker are you using? Also, which version of VirtualBox? See also https://github.com/steeve/boot2docker/issues/48 https://github.com/steeve/boot2docker/issues/48 which has some more information about this specific issue.
- shykes 13y agoHey, thanks for the report! We're tracking that issue on https://github.com/dotcloud/docker/issues/3952 https://github.com/dotcloud/docker/issues/3952 and are working with the boot2docker folks to get a fix out asap.
- ashleyw 13y agoThanks! I solved the issue—it was due to CrashPlan using port 4243 (doh!) https://github.com/steeve/boot2docker/issues/48 https://github.com/steeve/boot2docker/issues/48
- andrewmunsell 13y agoI'm having the same issue, though running the commands provided in the GitHub issue at the bottom just results in the Crashplan service not starting... Docker still isn't functional.
- deleted 13y ago[deleted]