Since I just updated Docker to 1.1.0 I get:
Error response from daemon: client and server don't have same version (client : 1.13, server: 1.12)
Do you know how to fix this?
I switched back to 1.0.1 and everything works again.
Resetting the “DOCKER_API_VERSION” variable can fix an error when the Docker client is not running the same version as the incompatible Docker API. Read this discussion of solving incompatible Docker API and client .
The “COMPOSE_API_VERSION” environment variable can be used when Docker shows the “client and server don’t have same version” error. Because of the mismatch between servers, some Docker features may not be supported. This workaround is not officially supported.
COMPOSE_API_VERSION “COMPOSE_API_VERSION” can be used if you cannot immediately upgrade the server version. The “COMPOSE_API_VERSION” environment variable can be used when Docker shows the “client and server don’t have same version” error.
If Docker is installed on a system using a corporate network using an HTTP proxy, there may be connectivity errors. The “HTTP_PROXY” environment variable is case sensitive.
It looks like you need to upgrade the VM after installing boot2docker:
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)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With