This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |