You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: machine/get-started.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,11 @@ title: Get started with Docker Machine and a local VM
7
7
Let's take a look at using `docker-machine` to create, use, and manage a
8
8
Docker host inside of a local virtual machine.
9
9
10
+
> **Note**
11
+
>
12
+
> Docker Machine is no longer included in the Docker Desktop installer. You can download it separately from the [docker/machine](https://github.com/docker/machine/releases/){: target="_blank" rel="noopener" class="_" } release
13
+
page on GitHub.
14
+
10
15
## Prerequisite information
11
16
12
17
With the advent of [Docker Desktop for Mac](../docker-for-mac/index.md) and
@@ -16,9 +21,7 @@ on your local system without using Docker Machine at all.
16
21
17
22
For now, however, if you want to create _multiple_ local machines, you still
18
23
need Docker Machine to create and manage machines for multi-node
19
-
experimentation. Both Docker Desktop for Mac and Docker Desktop for Windows include the newest
20
-
version of Docker Machine, so when you install either of these, you get
21
-
`docker-machine`.
24
+
experimentation.
22
25
23
26
The new solutions come with their own native virtualization solutions rather
24
27
than Oracle VirtualBox, so keep the following considerations in mind when using
0 commit comments