+-
Docker错误:客户端和服务器没有相同的版本
由于我刚刚将Docker更新为1.1.0,我得到:

Error response from daemon: client and server don’t have same version (client : 1.13, server: 1.12)

你知道怎么解决这个问题吗?

我切换回1.0.1,一切都恢复正常.

最佳答案
看起来您需要在安装boot2docker后升级VM:

if you are upgrading from boot2docker 0.12 or later, you can update your existing virtual machine (after upgrading using the installer) using boot2docker stop && boot2docker download && boot2docker up – and you will not lose your existing data.

(https://github.com/boot2docker/osx-installer/releases/tag/v1.1.0)

点击查看更多相关文章

转载注明原文:Docker错误:客户端和服务器没有相同的版本 - 乐贴网