Skip to content

Commit 0035e29

Browse files
author
paigehargrave
authored
Update install.md
1 parent 0abd452 commit 0035e29

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docker-for-mac/install.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
description: How to install Docker for Mac
2+
description: How to install Docker Desktop for Mac
33
keywords: mac, beta, alpha, install, download
4-
title: Install Docker for Mac
4+
title: Install Docker Desktop for Mac
55
---
66

7-
To download Docker for Mac, head to Docker Hub.
7+
To download Docker Desktop for Mac, head to Docker Hub.
88

99
[Download from Docker Hub](https://hub.docker.com/editions/community/docker-ce-desktop-mac){: .button .outline-btn}
1010

@@ -13,21 +13,21 @@ To download Docker for Mac, head to Docker Hub.
1313
> README FIRST for Docker Toolbox and Docker Machine users
1414
>
1515
>If you are already running Docker on your machine, first read
16-
[Docker for Mac vs. Docker Toolbox](docker-toolbox.md) to understand the
16+
[Docker Desktop for Mac vs. Docker Toolbox](docker-toolbox.md) to understand the
1717
impact of this installation on your existing setup, how to set your environment
18-
for Docker for Mac, and how the two products can coexist.
18+
for Docker Desktop for Mac, and how the two products can coexist.
1919

20-
* **Relationship to Docker Machine**: Installing Docker for Mac does not affect
20+
* **Relationship to Docker Machine**: Installing Docker Desktop for Mac does not affect
2121
machines you created with Docker Machine. You have the option to copy
2222
containers and images from your local `default` machine (if one exists) to the
23-
new Docker for Mac [HyperKit](https://github.com/docker/HyperKit/) VM. When
24-
you are running Docker for Mac, you do not need Docker Machine nodes running
25-
at all locally (or anywhere else). With Docker for Mac, you have a new, native
23+
new Docker Desktop for Mac [HyperKit](https://github.com/docker/HyperKit/) VM. When
24+
you are running Docker Desktop for Mac, you do not need Docker Machine nodes running
25+
at all locally (or anywhere else). With Docker Desktop for Mac, you have a new, native
2626
virtualization system running (HyperKit) which takes the place of the
2727
VirtualBox system. To learn more, see
28-
[Docker for Mac vs. Docker Toolbox](docker-toolbox.md).
28+
[Docker Desktop for Mac vs. Docker Toolbox](docker-toolbox.md).
2929

30-
* **System Requirements**: Docker for Mac launches only if all of these
30+
* **System Requirements**: Docker Desktop for Mac launches only if all of these
3131
requirements are met.
3232

3333
- Mac hardware must be a 2010 or newer model, with Intel's hardware support for memory
@@ -41,7 +41,7 @@ for Docker for Mac, and how the two products can coexist.
4141
- At least 4GB of RAM
4242

4343
- VirtualBox prior to version 4.3.30 must NOT be installed (it is incompatible
44-
with Docker for Mac). If you have a newer version of VirtualBox installed, it's fine.
44+
with Docker Desktop for Mac). If you have a newer version of VirtualBox installed, it's fine.
4545

4646
> **Note**: If your system does not satisfy these requirements, you can
4747
> install [Docker Toolbox](/toolbox/overview.md), which uses Oracle VirtualBox
@@ -51,7 +51,7 @@ for Docker for Mac, and how the two products can coexist.
5151
[Docker Engine](/engine/userguide/), Docker CLI client,
5252
[Docker Compose](/compose/overview/), [Docker Machine](/machine/overview/), and [Kitematic](/kitematic/userguide.md).
5353

54-
## Install and run Docker for Mac
54+
## Install and run Docker Desktop for Mac
5555

5656
1. Double-click `Docker.dmg` to open the installer, then drag Moby the whale to
5757
the Applications folder.
@@ -80,13 +80,13 @@ for Docker for Mac, and how the two products can coexist.
8080
Preferences and other options.
8181
4. Select **About Docker** to verify that you have the latest version.
8282

83-
Congratulations! You are up and running with Docker for Mac.
83+
Congratulations! You are up and running with Docker Desktop for Mac.
8484

8585
## Where to go next
8686

87-
* [Getting started](index.md) provides an overview of Docker for Mac, basic
87+
* [Getting started](index.md) provides an overview of Docker Desktop for Mac, basic
8888
Docker command examples, how to get help or give feedback, and links to all
89-
topics in the Docker for Mac guide.
89+
topics in the Docker Desktop for Mac guide.
9090
* [Troubleshooting](troubleshoot.md) describes common problems, workarounds, how
9191
to run and submit diagnostics, and submit issues.
9292
* [FAQs](faqs.md) provides answers to frequently asked questions.

0 commit comments

Comments
 (0)