Skip to content

Instantly share code, notes, and snippets.

View brownoxford's full-sized avatar

Chris Abernethy brownoxford

  • mesur.io
  • North Carolina, USA
View GitHub Profile
@brownoxford
brownoxford / docker-osx.txt
Created August 11, 2015 20:42
Docker on OSX
Create a folder to hold docker related binaries
mkdir -p ~/Software/docker/bin
Docker Machine Installation:
Check here for new releases, and change the URL used to download docker-machine as needed: https://github.com/docker/machine/releases
curl -L https://github.com/docker/machine/releases/download/v0.3.0/docker-machine_darwin-amd64 > ~/Software/docker/bin/docker-machine
chmod +x ~/Software/docker/bin/docker-machine
Docker Client Installation: