4

I'm new to docker and have been following the guide, trying to install the toolbox version v1.10.0-rc1. All seems to have gone well until I try the hello-world example and then I get:

Error response from daemon: client is newer than server (client API version: 1.22, server API version: 1.21)

I see there is much online about similar errors, however all attempts so far have failed, and being unfamiliar with docker, the suggested solutions are somewhat cryptic.

Has any had a similar issue and found a solution?

Many thanks

AndyF
  • 1,074
  • 1
  • 12
  • 19
  • Did you try a `docker-machine upgrade `? – VonC Jan 26 '16 at 15:01
  • At this point I've reverted to use the toolbox version 1.9.1i as this is what is available from the main site. I shall revisit this question when the main site is updated to use v1.10. – AndyF Jan 26 '16 at 16:09
  • @VonC I have the same issue, but with 1.10.0-rc4, and that doesn't help, unfortunately. – fredrik Feb 04 '16 at 20:14
  • @fredrik OK. I believe 1.10 final just got released. An hour ago. – VonC Feb 04 '16 at 21:22
  • @VonC Where do you see that? Here are the releases: https://github.com/docker/toolbox/releases – fredrik Feb 04 '16 at 21:26
  • @fredrik https://github.com/docker/docker/releases And forget toolbox. All you need is VirtualBox and docker-machine.exe copied from https://github.com/docker/machine/releases – VonC Feb 04 '16 at 21:28

1 Answers1

0

Docker tool box is being used in old mac and or windows system. today there are differnt approaches to install docker on your mac. In case your mac isn't that old try install it from here

Mickey Hovel
  • 982
  • 1
  • 15
  • 31