Upgrade Docker appear error in ubuntu

I use Ubuntu14.04 Docker1.6 upgrade to Docker 1.7
$uname -a
Linux whw-virtual-machine 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

I use method in : https://docs.docker.com/installation/ubuntulinux/
Upgrade Docker
To install the latest version of Docker with wget:
$ wget -qO- https://get.docker.com/ | sh

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

OK… I just reboot my VM …It is normal …

1 Like