Update docker-machine version in installation docs

From 0.5.3 to 0.5.4

Signed-off-by: Julien Garcia Gonzalez <garciagonzalez.julien@gmail.com>
This commit is contained in:
juliengarcia 2015-12-24 08:13:12 +01:00 committed by Julien Garcia Gonzalez
parent eeec362ba4
commit 949f3b05e1
1 changed files with 3 additions and 3 deletions

View File

@ -32,18 +32,18 @@ instructions in the next section.
Linux:
$ curl -L https://github.com/docker/machine/releases/download/v0.5.3/docker-machine_linux-amd64 >/usr/local/bin/docker-machine && \
$ curl -L https://github.com/docker/machine/releases/download/v0.5.4/docker-machine_linux-amd64 >/usr/local/bin/docker-machine && \
chmod +x /usr/local/bin/docker-machine
OSX:
$ curl -L https://github.com/docker/machine/releases/download/v0.5.3/docker-machine_darwin-amd64 >/usr/local/bin/docker-machine && \
$ curl -L https://github.com/docker/machine/releases/download/v0.5.4/docker-machine_darwin-amd64 >/usr/local/bin/docker-machine && \
chmod +x /usr/local/bin/docker-machine
Windows (using Git Bash):
$ if [[ ! -d "$HOME/bin" ]]; then mkdir -p "$HOME/bin"; fi && \
curl -L https://github.com/docker/machine/releases/download/v0.5.3/docker-machine_windows-amd64.exe > "$HOME/bin/docker-machine.exe" && \
curl -L https://github.com/docker/machine/releases/download/v0.5.4/docker-machine_windows-amd64.exe > "$HOME/bin/docker-machine.exe" && \
chmod +x "$HOME/bin/docker-machine.exe"
3. Check the installation by displaying the Machine version: