1
1
---
2
- description : How to install Docker for Mac
2
+ description : How to install Docker Desktop for Mac
3
3
keywords : mac, beta, alpha, install, download
4
- title : Install Docker for Mac
4
+ title : Install Docker Desktop for Mac
5
5
---
6
6
7
- To download Docker for Mac, head to Docker Hub.
7
+ To download Docker Desktop for Mac, head to Docker Hub.
8
8
9
9
[ Download from Docker Hub] ( https://hub.docker.com/editions/community/docker-ce-desktop-mac ) {: .button .outline-btn}
10
10
@@ -13,21 +13,21 @@ To download Docker for Mac, head to Docker Hub.
13
13
> README FIRST for Docker Toolbox and Docker Machine users
14
14
>
15
15
> 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
17
17
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.
19
19
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
21
21
machines you created with Docker Machine. You have the option to copy
22
22
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
26
26
virtualization system running (HyperKit) which takes the place of the
27
27
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 ) .
29
29
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
31
31
requirements are met.
32
32
33
33
- 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.
41
41
- At least 4GB of RAM
42
42
43
43
- 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.
45
45
46
46
> ** Note** : If your system does not satisfy these requirements, you can
47
47
> 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.
51
51
[ Docker Engine] ( /engine/userguide/ ) , Docker CLI client,
52
52
[ Docker Compose] ( /compose/overview/ ) , [ Docker Machine] ( /machine/overview/ ) , and [ Kitematic] ( /kitematic/userguide.md ) .
53
53
54
- ## Install and run Docker for Mac
54
+ ## Install and run Docker Desktop for Mac
55
55
56
56
1 . Double-click ` Docker.dmg ` to open the installer, then drag Moby the whale to
57
57
the Applications folder.
@@ -80,13 +80,13 @@ for Docker for Mac, and how the two products can coexist.
80
80
Preferences and other options.
81
81
4 . Select ** About Docker** to verify that you have the latest version.
82
82
83
- Congratulations! You are up and running with Docker for Mac.
83
+ Congratulations! You are up and running with Docker Desktop for Mac.
84
84
85
85
## Where to go next
86
86
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
88
88
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.
90
90
* [ Troubleshooting] ( troubleshoot.md ) describes common problems, workarounds, how
91
91
to run and submit diagnostics, and submit issues.
92
92
* [ FAQs] ( faqs.md ) provides answers to frequently asked questions.
0 commit comments