Skip to content

Commit df46f6c

Browse files
committed
integrate changes suggested by @tintoy
1 parent 2d9a483 commit df46f6c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/setup.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,19 @@ In other terms, if you have already used the CloudControl web interface, then yo
2121

2222
## How to install Docker Machine?
2323

24-
On Mac and on Windows, Docker Machine is installed along with other Docker products when you install the Docker Toolbox. For details, check [the download page for Docker Toolbox](https://www.docker.com/products/docker-toolbox) first, then look either at [Mac installation instructions](https://docs.docker.com/toolbox/toolbox_install_mac/) or [Windows installation instructions](https://docs.docker.com/toolbox/toolbox_install_windows/).
25-
26-
As an alternative to the installation of the full Docker Toolbox, you may prefer the direct download of the Docker Machine executable. For example on Mac and on Linux:
24+
The Docker Machine executable can be downloaded and installed directly. For example on Mac and on Linux run following command:
2725

2826
```shell
2927
$ curl -L https://github.com/docker/machine/releases/download/v0.8.2/docker-machine-`uname -s`-`uname -m` >/usr/local/bin/docker-machine
3028
$ chmod +x /usr/local/bin/docker-machine
3129
```
3230

33-
Quickly check the installation of Docker Machine with the following command:
31+
For workstations with Windows or any other operating system, you can download the latest release of Docker Machine from https://github.com/docker/machine/releases
32+
33+
34+
As an alternative, on Mac and on Windows, Docker Machine is coming along along with other Docker products when you install the Docker Toolbox. For details, check [the download page for Docker Toolbox](https://www.docker.com/products/docker-toolbox) first, then look either at [Mac installation instructions](https://docs.docker.com/toolbox/toolbox_install_mac/) or [Windows installation instructions](https://docs.docker.com/toolbox/toolbox_install_windows/).
35+
36+
Whatever option you considered, you can quickly check the installation of Docker Machine with following command:
3437

3538
```
3639
$ docker-machine –v

0 commit comments

Comments
 (0)