mirror of https://github.com/docker/docs.git
Merge pull request #1927 from VolCh/patch-1
Update release version number in install doc
This commit is contained in:
commit
c8f9b98c1d
|
@ -38,7 +38,7 @@ target="_blank">Docker version 1.7.1 or greater</a>:
|
|||
2. Download the Machine binary to somewhere in your `PATH` (for example,
|
||||
`/usr/local/bin`).
|
||||
|
||||
$ curl -L https://github.com/docker/machine/releases/download/v0.4.0/docker-machine_linux-amd64 > /usr/local/bin/docker-machine
|
||||
$ curl -L https://github.com/docker/machine/releases/download/v0.4.1/docker-machine_linux-amd64 > /usr/local/bin/docker-machine
|
||||
|
||||
3. Apply executable permissions to the binary:
|
||||
|
||||
|
@ -47,7 +47,7 @@ target="_blank">Docker version 1.7.1 or greater</a>:
|
|||
4. Check the installation by displaying the Machine version:
|
||||
|
||||
$ docker-machine -v
|
||||
machine version 0.4.0
|
||||
machine version 0.4.1 (e2c88d6)
|
||||
|
||||
## Install from binary
|
||||
|
||||
|
@ -70,7 +70,7 @@ Github](https://github.com/docker/machine/releases/). To install from a binary:
|
|||
6. Check the installation by displaying the Machine version:
|
||||
|
||||
$ docker-machine -v
|
||||
machine version 0.4.0
|
||||
machine version 0.4.1 (e2c88d6)
|
||||
|
||||
## Where to go next
|
||||
|
||||
|
|
Loading…
Reference in New Issue