boot2docker / osx-installer

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

Question: How to upgrade my OSX client (not server) #92

Closed PikachuEXE closed 6 years ago

PikachuEXE commented 9 years ago

I have already upgraded my boot2docker VM ISO Just don't know how to upgrade my client

SvenDowideit commented 9 years ago

curl -sSL -o /docker.tgz https://get.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION.tgz

and then untar - sorry - the installer hasn't been made yet.

hopefully we'll soon add some code to the cli to upgrade this too.

duro commented 9 years ago

I just fired this and I get the following error:

tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
SvenDowideit commented 9 years ago

did you replace the $DOCKER_VERSION part with .... mmm 1.4.0 (sorry, i was copy&pasting too fast)

curl -sSL -o docker.tgz https://get.docker.com/builds/Darwin/x86_64/docker-1.4.0.tgz

then tar zxvf docker.tgz and it'll be in ./usr/local/bin/docker

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).