-
Notifications
You must be signed in to change notification settings - Fork 67
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
Error response from daemon: client and server don't have same version (client : 1.15, server: 1.14) #49
Comments
is there an updated on this issue ? |
My solution was to uninstall DVM and just let Fig use Boot2Docker |
+1 Same error on my machine. |
+1 |
same problem, my solution was to downgrade to Docker version 1.2.0 and then it works. But of course it would be better if the server would be upgraded to 1.4.1 |
I manged to upgrade boot2docker VM to Docker 1.4.1 and it now works with the docker client 1.4.1. to avoid the error "client and server don't have same version". Had do build the box using the description "Building the box" here: https://github.com/mitchellh/boot2docker-vagrant-box. I have copied the box with 1.4.1 on my GitHub here: https://github.com/gschmutz/boot2docker-vagrant-box/releases/download/v1.4.1/boot2docker_vmware.box And finally i had to change the Vagrantfile of DVM to use the 1.4.1 version of the boot2docker_vmware.box. You can find the changed version on my GitHub as well: https://github.com/gschmutz/dvm/blob/master/Vagrantfile. |
@gschmutz thank you! that was driving me crazy. |
DVM 0.9.0
Installed onOS X 10.10.1
viahomebrew
.dvm ssh
logs me into theboot2docker
VM just fine.However I can't
docker build .
as it keeps giving me the error "Error response from daemon: client and server don't have same version (client : 1.15, server: 1.14)
"I've tried
brew uninstall docker && brew install docker
to no avail.I've also uninstalled and reinstalled
dvm
,virtualbox
andvagrant
to no avail.I am also using
fig
and note that
fig run db
happily pulls down themongo
image and runs it, so clearly some form ofdocker
is working. Is there a known conflict betweenfig
anddvm
?The text was updated successfully, but these errors were encountered: