Skip to content

Instantly share code, notes, and snippets.

@ikasamt
Last active January 21, 2019 03:33
Show Gist options
  • Save ikasamt/662e153cc4eb7dd65bda11fe03854fdf to your computer and use it in GitHub Desktop.
Save ikasamt/662e153cc4eb7dd65bda11fe03854fdf to your computer and use it in GitHub Desktop.
docker-machineをインストールする
base=https://github.com/docker/machine/releases/download/v0.16.0 &&
curl -L $base/docker-machine-$(uname -s)-$(uname -m) >/usr/local/bin/docker-machine &&
chmod +x /usr/local/bin/docker-machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment