From 6aca2c9faf48a94bd6edda16c63075cb4b40984e Mon Sep 17 00:00:00 2001 From: Joey Geiger Date: Wed, 22 Jul 2015 11:17:31 -0600 Subject: [PATCH 1/2] Update install-machine.md to reference 0.3.1 Update the docs to include links to newest release. Signed-off-by: jgeiger --- docs/install-machine.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/install-machine.md b/docs/install-machine.md index 6adb52fe06..89e87a1aa9 100644 --- a/docs/install-machine.md +++ b/docs/install-machine.md @@ -14,7 +14,7 @@ weight=3 Docker Machine is supported on Windows, OS X, and Linux and is installable as one standalone binary. The links to the binaries for the various platforms and architectures are available at the [Github -Release](https://github.com/docker/machine/releases/tag/v0.3.0) page. +Release](https://github.com/docker/machine/releases/tag/v0.3.1) page. ### OS X and Linux @@ -24,7 +24,7 @@ To install on OS X or Linux, download the proper binary to somewhere in your most OS X machines these commands should suffice: ``` -$ curl -L https://github.com/docker/machine/releases/download/v0.3.0/docker-machine_darwin-amd64 > /usr/local/bin/docker-machine +$ curl -L https://github.com/docker/machine/releases/download/v0.3.1/docker-machine_darwin-amd64 > /usr/local/bin/docker-machine $ chmod +x /usr/local/bin/docker-machine ``` @@ -34,7 +34,7 @@ Now you should be able to check the version with `docker-machine -v`: ``` $ docker-machine -v -machine version 0.3.0 +machine version 0.3.1 ``` In order to run Docker commands on your machines without having to use SSH, make @@ -66,12 +66,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.3.0/docker-machine_windows-amd64.exe > /bin/docker-machine +$ curl -L https://github.com/docker/machine/releases/download/v0.3.1/docker-machine_windows-amd64.exe > /bin/docker-machine ``` Now running `docker-machine` should work. ``` $ docker-machine -v -machine version 0.3.0 -``` \ No newline at end of file +machine version 0.3.1 +``` From 79b1af08e89f0f12fc4c70069281d5369295479d Mon Sep 17 00:00:00 2001 From: Joey Geiger Date: Sun, 26 Jul 2015 09:13:16 -0600 Subject: [PATCH 2/2] Remove specific version from link to binaries. Signed-off-by: Joey Geiger --- docs/install-machine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install-machine.md b/docs/install-machine.md index 89e87a1aa9..41a40d334c 100644 --- a/docs/install-machine.md +++ b/docs/install-machine.md @@ -14,7 +14,7 @@ weight=3 Docker Machine is supported on Windows, OS X, and Linux and is installable as one standalone binary. The links to the binaries for the various platforms and architectures are available at the [Github -Release](https://github.com/docker/machine/releases/tag/v0.3.1) page. +Release](https://github.com/docker/machine/releases/) page. ### OS X and Linux