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
for virtualization, and Hyper-V is not compatible with Oracle VirtualBox.
39
39
Therefore, you cannot run the two solutions simultaneously. But you can still
@@ -42,31 +42,31 @@ driver.
42
42
43
43
The prerequisites are:
44
44
45
-
* Have Docker for Windows installed, and running (which requires that virtualization and Hyper-V are enabled, as described in [What to know before you install Docker for Windows](/docker-for-windows/install.md#what-to-know-before-you-install)).
45
+
* Have Docker Desktop for Windows installed, and running (which requires that virtualization and Hyper-V are enabled, as described in [What to know before you install Docker Desktop for Windows](/docker-for-windows/install.md#what-to-know-before-you-install)).
46
46
47
47
* Set up the Hyper-V driver to use an external virtual network switch See
48
48
the [Docker Machine driver for Microsoft Hyper-V](drivers/hyper-v.md) topic,
49
49
which includes an [example](/machine/drivers/hyper-v.md#example) of how to do this.
50
50
51
-
#### If you are using Docker for Mac
51
+
#### If you are using Docker Desktop for Mac
52
52
53
-
Docker for Mac uses [HyperKit](https://github.com/docker/HyperKit/), a
53
+
Docker Desktop for Mac uses [HyperKit](https://github.com/docker/HyperKit/), a
54
54
lightweight macOS virtualization solution built on top of the
Currently, there is no `docker-machine create` driver for HyperKit, so
58
58
use the `virtualbox` driver to create local machines. (See the [Docker Machine
59
59
driver for Oracle VirtualBox](drivers/virtualbox.md).) You can run
60
60
both HyperKit and Oracle VirtualBox on the same system. To learn more, see
61
-
[Docker for Mac vs. Docker Toolbox](/docker-for-mac/docker-toolbox/).
61
+
[Docker Desktop for Mac vs. Docker Toolbox](/docker-for-mac/docker-toolbox/).
62
62
63
63
* Make sure you have [the latest VirtualBox](https://www.virtualbox.org/wiki/Downloads){: target="_blank" class="_"}
64
64
correctly installed on your system (either as part of an earlier Toolbox install,
65
65
or manual install).
66
66
67
67
#### If you are using Docker Toolbox
68
68
69
-
Docker for Mac and Docker for Windows both require newer versions of their
69
+
Docker Desktop for Mac and Docker Desktop for Windows both require newer versions of their
70
70
respective operating systems, so users with older OS versions must use Docker
71
71
Toolbox.
72
72
@@ -75,14 +75,14 @@ machine based on Oracle [VirtualBox](https://www.virtualbox.org/){:
75
75
target="_blank" class="_"}. (See the [Docker Machine driver for Oracle
76
76
VirtualBox](drivers/virtualbox.md).)
77
77
78
-
* If you are using Docker Toolbox on a Windows system that has Hyper-V but cannot run Docker for Windows (for example Windows 8 Pro), you must use the
78
+
* If you are using Docker Toolbox on a Windows system that has Hyper-V but cannot run Docker Desktop for Windows (for example Windows 8 Pro), you must use the
79
79
`hyperv` driver to create local machines. (See the [Docker Machine driver for
80
80
Microsoft Hyper-V](drivers/hyper-v.md).)
81
81
82
82
* Make sure you have [the latest VirtualBox](https://www.virtualbox.org/wiki/Downloads){: target="_blank" class="_"}
or [Docker for Windows](/docker-for-windows/index.md){: target="_blank" class="_"}
85
+
or [Docker Desktop for Windows](/docker-for-windows/index.md){: target="_blank" class="_"}
86
86
to install Docker Machine, VirtualBox is
87
87
automatically installed.
88
88
@@ -123,9 +123,9 @@ The examples here show how to create and start a machine, run Docker commands, a
123
123
it `default` as shown in the example. If you already have a "default" machine,
124
124
choose another name for this new machine.
125
125
126
-
* If you are using Toolbox on Mac, Toolbox on older Windows systems without Hyper-V, or Docker for Mac, use `virtualbox` as the driver, as shown in this example. (The Docker Machine VirtualBox driver reference is [here](drivers/virtualbox.md).) (See [prerequisites](get-started.md#prerequisite-information) above to learn more.)
126
+
* If you are using Toolbox on Mac, Toolbox on older Windows systems without Hyper-V, or Docker Desktop for Mac, use `virtualbox` as the driver, as shown in this example. (The Docker Machine VirtualBox driver reference is [here](drivers/virtualbox.md).) (See [prerequisites](get-started.md#prerequisite-information) above to learn more.)
127
127
128
-
* On Docker for Windows systems that support Hyper-V, use the `hyperv` driver as shown in the [Docker Machine Microsoft Hyper-V driver reference](drivers/hyper-v.md) and follow the [example](/machine/drivers/hyper-v.md#example), which shows how to use an external network switch and provides the flags for the full command. (See [prerequisites](get-started.md#prerequisite-information) above to learn more.)
128
+
* On Docker Desktop for Windows systems that support Hyper-V, use the `hyperv` driver as shown in the [Docker Machine Microsoft Hyper-V driver reference](drivers/hyper-v.md) and follow the [example](/machine/drivers/hyper-v.md#example), which shows how to use an external network switch and provides the flags for the full command. (See [prerequisites](get-started.md#prerequisite-information) above to learn more.)
0 commit comments