Skip to content

Instantly share code, notes, and snippets.

@mattes
Last active August 29, 2015 14:02
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattes/d04e07e089ab5afd89ef to your computer and use it in GitHub Desktop.
Save mattes/d04e07e089ab5afd89ef to your computer and use it in GitHub Desktop.
docker binary mac osx install
wget http://get.docker.io/builds/Darwin/x86_64/docker-1.0.1.tgz
tar -xvf docker-1.0.1.tgz
chmod +x usr/local/bin/docker
# optional: rm /usr/local/bin/docker
mv usr/local/bin/docker /usr/local/bin/docker
rm docker-1.0.1.tgz
rm -r usr
@mattes
Copy link
Author

mattes commented Jul 11, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment