Skip to content

Commit 548c172

Browse files
author
paigehargrave
authored
Update toolbox_install_mac.md
1 parent 9f59812 commit 548c172

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

toolbox/toolbox_install_mac.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Install Docker Toolbox on macOS
77

88
Docker Toolbox provides a way to use Docker on older Macs
99
that do not meet
10-
minimal system requirements for [Docker for Mac](/docker-for-mac/index.md).
10+
minimal system requirements for [Docker Desktop for Mac](/docker-for-mac/index.md).
1111

1212
If you have not done so already, download the installer here:
1313

@@ -32,7 +32,7 @@ attach to a small Linux VM on your machine. This VM hosts
3232
Docker Engine for you on your Mac.
3333

3434
>**Tip**: One of the advantages of the newer
35-
[Docker for Mac](/docker-for-mac/index.md) solution is that
35+
[Docker Desktop for Mac](/docker-for-mac/index.md) solution is that
3636
it uses native virtualization and does not require
3737
VirtualBox to run Docker.
3838

@@ -51,12 +51,12 @@ software. To find out what version of the OS you have:
5151
If you aren't using a supported version, you could consider upgrading your
5252
operating system.
5353

54-
If you have macOS 10.10.3 Yosemite or newer, consider using [Docker for
54+
If you have macOS 10.10.3 Yosemite or newer, consider using [Docker Desktop for
5555
Mac](/docker-for-mac/) instead. It runs natively on the Mac, so there is no
5656
need for a pre-configured Docker QuickStart shell. It uses the native macOS
5757
Hypervisor framework for virtualization, instead of Oracle VirutalBox. Full
58-
install prerequisites are provided in the Docker for Mac topic in [Docker
59-
for Mac](/docker-for-mac/#what-to-know-before-you-install).
58+
install prerequisites are provided in the Docker Desktop for Mac topic in [Docker
59+
Desktop for Mac](/docker-for-mac/#what-to-know-before-you-install).
6060

6161
## Step 2: Install Docker Toolbox
6262

@@ -245,7 +245,7 @@ you created with Docker Machine. In some cases, you might want to keep
245245
machines created with Docker Machine.
246246

247247
For example, if you plan to re-install Docker Machine as a part of
248-
Docker for Mac you can continue to manage those machines through
248+
Docker Desktop for Mac you can continue to manage those machines through
249249
Docker. Or, if you have remote machines on a cloud provider and you
250250
plan to manage them using the provider, you wouldn't want to remove
251251
them. So the step to remove machines is described here as optional.
@@ -271,7 +271,7 @@ To uninstall Toolbox on a Mac, do the following:
271271
272272
This step is optional because if you plan
273273
to re-install Docker Machine as a part
274-
of [Docker for Mac](/docker-for-mac/index.md), you can import and
274+
of [Docker Desktop for Mac](/docker-for-mac/index.md), you can import and
275275
continue to manage those machines through Docker.
276276
277277
3. In your "Applications" folder, remove the "Docker" directory,
@@ -284,9 +284,9 @@ To uninstall Toolbox on a Mac, do the following:
284284
```
285285
286286
5. Remove the `docker`, `docker-compose`, and `docker-machine` commands from
287-
the `/usr/local/bin` folder. Docker for Mac and Brew may also have
287+
the `/usr/local/bin` folder. Docker Desktop for Mac and Brew may also have
288288
installed them; in case of doubt leave them, or reinstall them via Brew, or
289-
rerun Docker for Mac (no need to reinstall it).
289+
rerun Docker Desktop for Mac (no need to reinstall it).
290290
291291
```
292292
$ rm -f /usr/local/bin/docker

0 commit comments

Comments
 (0)