@@ -7,7 +7,7 @@ title: Install Docker Toolbox on macOS
7
7
8
8
Docker Toolbox provides a way to use Docker on older Macs
9
9
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 ) .
11
11
12
12
If you have not done so already, download the installer here:
13
13
@@ -32,7 +32,7 @@ attach to a small Linux VM on your machine. This VM hosts
32
32
Docker Engine for you on your Mac.
33
33
34
34
> ** 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
36
36
it uses native virtualization and does not require
37
37
VirtualBox to run Docker.
38
38
@@ -51,12 +51,12 @@ software. To find out what version of the OS you have:
51
51
If you aren't using a supported version, you could consider upgrading your
52
52
operating system.
53
53
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
55
55
Mac] ( /docker-for-mac/ ) instead. It runs natively on the Mac, so there is no
56
56
need for a pre-configured Docker QuickStart shell. It uses the native macOS
57
57
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 ) .
60
60
61
61
## Step 2: Install Docker Toolbox
62
62
@@ -245,7 +245,7 @@ you created with Docker Machine. In some cases, you might want to keep
245
245
machines created with Docker Machine.
246
246
247
247
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
249
249
Docker. Or, if you have remote machines on a cloud provider and you
250
250
plan to manage them using the provider, you wouldn't want to remove
251
251
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:
271
271
272
272
This step is optional because if you plan
273
273
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
275
275
continue to manage those machines through Docker.
276
276
277
277
3. In your "Applications" folder, remove the "Docker" directory,
@@ -284,9 +284,9 @@ To uninstall Toolbox on a Mac, do the following:
284
284
```
285
285
286
286
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
288
288
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).
290
290
291
291
```
292
292
$ rm -f /usr/local/bin/docker
0 commit comments