在Ubuntu上升级Docker后出现的问题


我的系统是Ubuntu14.04 原来是Docker1.6 现在升级为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

我的看的是官方的upgrade 的方法: https://docs.docker.com/installation/ubuntulinux/
Upgrade Docker
To install the latest version of Docker with wget:
$ wget -qO- https://get.docker.com/ | sh

结果显示报错:
$docker images
Error response from daemon: client and server don't have same version (client : 1.19, server: 1.18)

docker upgrade Ubuntu

槌俅﹎綄媄 9 years, 6 months ago

看输出是客户端和服务器版本不一致导致错误的,你把docker引擎升级到1.9就行了

zafa00 answered 9 years, 6 months ago

OK,这个问题后来解决了,只要重启一下就行了,我是直接重启了电脑。。。没试过重启Docker

AZU喵.啾 answered 9 years, 6 months ago

Your Answer