mirror of https://github.com/docker/docs.git
updated note re: virtualbox download
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
5f152ba7d9
commit
e7791c4c76
|
@ -18,16 +18,17 @@ run some basic commmands to interact with the machines.
|
||||||
[Docker Machine](/machine/get-started.md) (`docker-machine`), which
|
[Docker Machine](/machine/get-started.md) (`docker-machine`), which
|
||||||
comes auto-installed with both Docker for Mac and Docker for Windows.
|
comes auto-installed with both Docker for Mac and Docker for Windows.
|
||||||
|
|
||||||
* **VirtualBox driver on Docker for Mac** - On Docker for Mac, you'll use `docker-machine` with
|
* **VirtualBox driver on Docker for Mac** - On Docker for Mac, you'll
|
||||||
the `virtualbox` driver to create machines. If you had a legacy installation
|
use `docker-machine` with the `virtualbox` driver to create machines. If you had
|
||||||
of Docker Toolbox, you already have Oracle VirtualBox installed as part of
|
a legacy installation of Docker Toolbox, you already have Oracle VirtualBox
|
||||||
that. If you started fresh with Docker for Mac, then you need to install
|
installed as part of that. If you started fresh with Docker for Mac, then you
|
||||||
VirtualBox independently. We recommend doing this rather than using the Toolbox
|
need to install VirtualBox independently. We recommend doing this rather than
|
||||||
installer because it can [conflict](/docker-for-mac/docker-toolbox.md) with
|
using the Toolbox installer because it can
|
||||||
Docker for Mac. You can [download VirtualBox
|
[conflict](/docker-for-mac/docker-toolbox.md) with Docker for Mac. You can
|
||||||
here](https://www.virtualbox.org/wiki/Downloads). Click the link for `OS X
|
[download VirtualBox for `OS X hosts`
|
||||||
hosts`, click the `.dmg` intaller, and follow the instructions to install. You
|
here](https://www.virtualbox.org/wiki/Downloads), and follow install
|
||||||
do not need to start it, as we are simply using the driver.
|
instructions. You do not need to start VirtualBox. The `docker-machine create`
|
||||||
|
command will call it via the driver.
|
||||||
|
|
||||||
* **Hyper-V driver on Docker for Windows** - On Docker for Windows, you
|
* **Hyper-V driver on Docker for Windows** - On Docker for Windows, you
|
||||||
will use `docker-machine` with the [`Hyper-V`](/machine/drivers/hyper-v/) driver
|
will use `docker-machine` with the [`Hyper-V`](/machine/drivers/hyper-v/) driver
|
||||||
|
|
Loading…
Reference in New Issue