boot2docker / osx-installer

Docker installer for Mac OS X
Apache License 2.0
1.25k stars 258 forks source link

Upgrade to 1.3 fails #81

Closed memelet closed 6 years ago

memelet commented 9 years ago

This seems the be very similar to the issue I had upgrading to 1.2.

After installing the 1.3 dmg and starting I get

2014/10/22 08:20:01 Error response from daemon: client and server don't have same version (client : 1.15, server: 1.14)

Not sure if "client" means the .iso. So I deleted the existing .iso and then tried to run boot2docker download and get

[2014-10-22 08:22:21] Could not get lastest release name! Cannot download boot2docker.iso.

Last time I had to search around the disk and delete all traces of boot2docker and reinstall. I guess I will try that again.

memelet commented 9 years ago

Deleting all 'find / -name "*boot2docker"' and then reinstalling allowed download and start to work:

/❯ boot2docker download Latest release for boot2docker/boot2docker is v1.3.0 Downloading boot2docker ISO image... Success: downloaded https://github.com/boot2docker/boot2docker/releases/download/v1.3.0/boot2docker.iso to /Users/bkaplan/.boot2docker/boot2docker.iso

tianon commented 6 years ago

Sorry, this repository is long-since deprecated in favor of Docker Toolbox (whose usage is now also discouraged in favor of Docker for Windows and Docker for Mac).