Code Monkey home page Code Monkey logo

Comments (35)

tlehman avatar tlehman commented on July 21, 2024

I'm having the same version, using boot2docker I could just run boot2docker download and get the newest version.

from dvm.

 avatar commented on July 21, 2024

Had same issue. Workaround here: boot2docker/boot2docker#481

Terminal:

boot2docker --iso-url=https://github.com/boot2docker/boot2docker/releases/download/v1.4.1/boot2docker.iso download
boot2docker init

Also, might need to clean up VirtualBox if the previous boot2docker instance is still running.

from dvm.

mgenev avatar mgenev commented on July 21, 2024

i'm having this issue right now with boot2docker 1.5 and the workaround didn't work

from dvm.

saurabh-agrawal83 avatar saurabh-agrawal83 commented on July 21, 2024

I am also having this issue with boot2Docker 1.5.

from dvm.

rmacdonaldsmith avatar rmacdonaldsmith commented on July 21, 2024

Me too. Docker version and boot2docker version are at 1.5, but getting this when I try to build a docker image: Error response from daemon: client and server don't have same version (client : 1.17, server: 1.15)

from dvm.

ericlarssen-wf avatar ericlarssen-wf commented on July 21, 2024

I solved this issue by doing this.

$ boot2docker stop
$ boot2docker download
$ boot2docker up

from dvm.

harishbsrinivas avatar harishbsrinivas commented on July 21, 2024

@ericlarssen-wf thanks that worked me.

from dvm.

mcandre avatar mcandre commented on July 21, 2024

Could we please update the version of boot2docker used by dvm? I still get:

$ docker images
FATA[0000] Error response from daemon: client and server don't have same version (client : 1.17, server: 1.14)

$ specs docker dvm vagrant virtualbox brew-cask brew os
Specs:

specs 0.13
https://github.com/mcandre/specs#readme

docker --version
Docker version 1.5.0, build a8a31ef

dvm --version
dvm: 0.9.0

vagrant --version
Vagrant 1.7.2

vboxwebsrv --help 2>&1 | grep VirtualBox
Oracle VM VirtualBox web service Version 4.3.24

brew-cask --version
0.53.3

brew --version
0.9.5

system_profiler SPSoftwareDataType | grep 'System Version'
      System Version: OS X 10.10.2 (14C109)

from dvm.

BrianHutchison avatar BrianHutchison commented on July 21, 2024

thanks @ericlarssen-wf, that got me unblocked.

from dvm.

matthewpbyrne avatar matthewpbyrne commented on July 21, 2024

+1 to @ericlarssen-wf!

from dvm.

lekansogunle avatar lekansogunle commented on July 21, 2024

+1 to @ericlarssen-wf that worked

from dvm.

ryanhanks-wf avatar ryanhanks-wf commented on July 21, 2024

+1 @ericlarssen-wf

from dvm.

intuitivepixel avatar intuitivepixel commented on July 21, 2024

+1 @ericlarssen-wf

from dvm.

andybak avatar andybak commented on July 21, 2024

@ericlarssen-wf - 'boot2docker stop' gives me "boot2docker: command not found". I tried to brew install boot2docker separately but that didn't work.

Any ideas? Be nice to get this ticket fixed properly to help noobs like me!

from dvm.

mcandre avatar mcandre commented on July 21, 2024

@andybak Are you sure your Homebrew bin directory is correctly added to PATH? Can you find other programs installed with Homebrew, like brew install maven && mvn?

from dvm.

andybak avatar andybak commented on July 21, 2024

@mcandre - Yeah otherwise dvm command would also have failed - it's working now so must have been just a brain failure at the time...

from dvm.

rene-o avatar rene-o commented on July 21, 2024

thank you @ericlarssen-wf

from dvm.

digen avatar digen commented on July 21, 2024

thank you @ericlarssen-wf. That did the trick !

from dvm.

tuongaz avatar tuongaz commented on July 21, 2024

+1 @ericlarssen-wf

from dvm.

nmadhok avatar nmadhok commented on July 21, 2024

Solved this with the following one liner:

boot2docker stop && boot2docker download && boot2docker up

from dvm.

Awezome avatar Awezome commented on July 21, 2024

boot2docker stop && boot2docker download && boot2docker up

it works

from dvm.

kmouss avatar kmouss commented on July 21, 2024

Thank you very much I had the same issue upon fresh installation and the above steps (stop, download, up) helped fix it.

from dvm.

xiaocong avatar xiaocong commented on July 21, 2024

@ericlarssen-wf 👍

from dvm.

daverogers avatar daverogers commented on July 21, 2024

@nmadhok 👍 thanks

from dvm.

deitch avatar deitch commented on July 21, 2024

@ericlarssen-wf +1 Thank you.

from dvm.

shaunc869 avatar shaunc869 commented on July 21, 2024

@ericlarssen-wf You rock!

from dvm.

yunsong0922 avatar yunsong0922 commented on July 21, 2024

@ericlarssen-wf You rock!

from dvm.

hzhu avatar hzhu commented on July 21, 2024

@ericlarssen-wf Thanks it worked for me too.

from dvm.

nickjoyce-wf avatar nickjoyce-wf commented on July 21, 2024

@ericlarssen-wf you are my idol

from dvm.

danielbruns avatar danielbruns commented on July 21, 2024

I owe my life to you @ericlarssen-wf

from dvm.

bparanj avatar bparanj commented on July 21, 2024

+1 @ericlarssen-wf

from dvm.

yangtao309 avatar yangtao309 commented on July 21, 2024

+1 @ericlarssen-wf

from dvm.

 avatar commented on July 21, 2024

+1 @ericlarssen-wf

I'm using docker-machine and this worked for me too

$ vboxwebsrv --help 2>&1 | grep VirtualBox
Oracle VM VirtualBox web service Version 4.3.28

$ docker-machine --version
docker-machine version 0.3.0 (0a251fe)

$ docker-machine create --driver virtualbox dev

$ docker-machine start dev
Starting VM...

$ eval $(docker-machine env dev)

$ docker --version
Docker version 1.7.0, build 0baf609

$ docker pull library/centos
Error response from daemon: client and server don't have same version (client : 1.19, server: 1.18)

$ docker images
Error response from daemon: client and server don't have same version (client : 1.19, server: 1.18)

$ docker-machine upgrade dev
Stopping machine to do the upgrade...
Upgrading machine dev...
Downloading https://github.com/boot2docker/boot2docker/releases/download/v1.7.0/boot2docker.iso to /Users/victorv/.docker/machine/cache/boot2docker.iso...

Starting machine back up...
Starting VM...

$ docker pull library/centos
latest: Pulling from centos
f1b10cd84249: Pull complete
c852f6d61e65: Pull complete
7322fbe74aa5: Already exists
centos:latest: The image you are pulling has been verified. Important: image verification is a tech preview feature and should not be relied on to provide security.
Digest: sha256:a4627c43bafc86705af2e8a5ea1f0ed34fbf27b6e7a392e5ee45dbd4736627cc
Status: Downloaded newer image for centos:latest

$ docker images
REPOSITORY          TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
centos              latest              7322fbe74aa5        2 weeks ago         172.2 MB

from dvm.

anthonygreen avatar anthonygreen commented on July 21, 2024

Tried all the suggested solutions and still have this issue

Error response from daemon: client and server don't have same version (client : 1.19, server: 1.18)

from dvm.

anthonygreen avatar anthonygreen commented on July 21, 2024

Removing ALL running VMs and restarting the workstation seems to have fixed it.

from dvm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.