mirror of https://github.com/docker/docs.git
Fix bad merge in vnext-machine (#4933)
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
9ce2b2e893
commit
9f6d3a44c7
|
@ -5,9 +5,9 @@ title: Install Docker Machine
|
||||||
---
|
---
|
||||||
|
|
||||||
On macOS and Windows, Machine is installed along with other Docker products when
|
On macOS and Windows, Machine is installed along with other Docker products when
|
||||||
you install the [Docker for Mac](/docker-for-mac/index.md), [Docker for
|
you install the [Docker for Mac](/docker-for-mac/index.md),
|
||||||
Windows](/docker-for-windows/index.md), or [Docker
|
[Docker for Windows](/docker-for-windows/index.md), or
|
||||||
Toolbox](/toolbox/overview.md).
|
[Docker Toolbox](/toolbox/overview.md).
|
||||||
|
|
||||||
If you want only Docker Machine, you can install the Machine binaries directly
|
If you want only Docker Machine, you can install the Machine binaries directly
|
||||||
by following the instructions in the next section. You can find the latest
|
by following the instructions in the next section. You can find the latest
|
||||||
|
@ -45,7 +45,7 @@ chmod +x "$HOME/bin/docker-machine.exe"
|
||||||
```
|
```
|
||||||
|
|
||||||
> The above command will work on Windows only if you use a
|
> The above command will work on Windows only if you use a
|
||||||
terminal emulater such as [Git BASH](https://git-for-windows.github.io/){: target="_blank" class="_"}, which supports Linux commands like `chmod`.
|
terminal emulator such as [Git BASH](https://git-for-windows.github.io/){: target="_blank" class="_"}, which supports Linux commands like `chmod`.
|
||||||
{: .important}
|
{: .important}
|
||||||
|
|
||||||
Otherwise, download one of the releases from the [docker/machine release
|
Otherwise, download one of the releases from the [docker/machine release
|
||||||
|
|
Loading…
Reference in New Issue