From fb35035cad99a24fbb59f8ed693a6e6021d494c2 Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Tue, 16 Jun 2015 10:39:13 -0400 Subject: [PATCH] docs: update install for 0.3.0 Signed-off-by: Evan Hazlett --- docs/install-machine.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/install-machine.md b/docs/install-machine.md index c5a4544ac4..661c6207ef 100644 --- a/docs/install-machine.md +++ b/docs/install-machine.md @@ -15,12 +15,12 @@ Docker Machine is supported on Windows, OS X, and Linux and is installable as on standalone binary. The links to the binaries for the various platforms and architectures are below: -- [Windows - 32bit](https://github.com/docker/machine/releases/download/v0.2.0/docker-machine_windows-386.exe) -- [Windows - 64bit](https://github.com/docker/machine/releases/download/v0.2.0/docker-machine_windows-amd64.exe) -- [OSX - x86_64](https://github.com/docker/machine/releases/download/v0.2.0/docker-machine_darwin-amd64) -- [OSX - (old macs)](https://github.com/docker/machine/releases/download/v0.2.0/docker-machine_darwin-386) -- [Linux - x86_64](https://github.com/docker/machine/releases/download/v0.2.0/docker-machine_linux-amd64) -- [Linux - i386](https://github.com/docker/machine/releases/download/v0.2.0/docker-machine_linux-386) +- [Windows - 32bit](https://github.com/docker/machine/releases/download/v0.3.0/docker-machine_windows-386.exe) +- [Windows - 64bit](https://github.com/docker/machine/releases/download/v0.3.0/docker-machine_windows-amd64.exe) +- [OSX - x86_64](https://github.com/docker/machine/releases/download/v0.3.0/docker-machine_darwin-amd64) +- [OSX - (old macs)](https://github.com/docker/machine/releases/download/v0.3.0/docker-machine_darwin-386) +- [Linux - x86_64](https://github.com/docker/machine/releases/download/v0.3.0/docker-machine_linux-amd64) +- [Linux - i386](https://github.com/docker/machine/releases/download/v0.3.0/docker-machine_linux-386) ### OSX and Linux @@ -29,7 +29,7 @@ To install on OSX or Linux, download the proper binary to somewhere in your most OSX machines these commands should suffice: ``` -$ curl -L https://github.com/docker/machine/releases/download/v0.2.0/docker-machine_darwin-amd64 > /usr/local/bin/docker-machine +$ curl -L https://github.com/docker/machine/releases/download/v0.3.0/docker-machine_darwin-amd64 > /usr/local/bin/docker-machine $ chmod +x /usr/local/bin/docker-machine ``` @@ -39,7 +39,7 @@ Now you should be able to check the version with `docker-machine -v`: ``` $ docker-machine -v -machine version 0.2.0 +machine version 0.3.0 ``` In order to run Docker commands on your machines without having to use SSH, make @@ -70,12 +70,12 @@ $ curl -L https://get.docker.com/builds/Windows/x86_64/docker-latest.exe > /bin/ Next, install the Docker Machine binary: ``` -$ curl -L https://github.com/docker/machine/releases/download/v0.2.0/docker-machine_windows-amd64.exe > /bin/docker-machine +$ curl -L https://github.com/docker/machine/releases/download/v0.3.0/docker-machine_windows-amd64.exe > /bin/docker-machine ``` Now running `docker-machine` should work. ``` $ docker-machine -v -machine version 0.2.0 -``` \ No newline at end of file +machine version 0.3.0 +```