之前安装了 docker2booter 1.2,今天更新到 1.3,运行时候就提示:
docker version
Client version: 1.3.0
Client API version: 1.15
Go version (client): go1.3.3
Git commit (client): c78088f
OS/Arch (client): darwin/amd64
2014/10/18 15:11:18 Error response from daemon: client and server don't have same version (client : 1.15, server: 1.14)
怎么办?
This is a small problem, no need to reinstall. This issue occurs because you did not restart after upgrading docker.
http://hi.baidu.com/sebastianwade/item/0288c3316e3d125381f1a7ed
Re-update the boot2docker image.
As follows:
1.boo2docker stop
2.boo2docker download
3.boo2docker up