You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ee/desktop/admin/install/mac.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ This page contains information about the system requirements and specific instru
18
18
19
19
- VirtualBox prior to version 4.3.30 must NOT be installed (it is incompatible with Docker for Mac). If you have a newer version of VirtualBox installed, it’s fine.
20
20
21
+
> **Note:** Docker supports Docker Desktop Enterprise on the most recent versions of macOS. That is, the current release of macOS and the previous two releases. As new major versions of macOS are made generally available, Docker will stop supporting the oldest version and support the newest version of macOS (in addition to the previous two releases).
22
+
21
23
# Installation
22
24
23
25
Download Docker Desktop Enterprise for [**Mac**](https://download.docker.com/mac/enterprise/Docker.pkg). The DDE installer includes Docker Engine, Docker CLI client, and Docker Compose.
Copy file name to clipboardExpand all lines: ee/desktop/admin/install/windows.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ Hyper-V on Windows 10:
26
26
27
27

28
28
29
+
> **Note:** Docker supports Docker Desktop Enterprise on Windows based on Microsoft’s support lifecycle for Windows 10 operating system. For more information, see the [Windows lifecycle fact sheet](https://support.microsoft.com/en-us/help/13853/windows-lifecycle-fact-sheet).
30
+
29
31
# Installation
30
32
31
33
Download Docker Desktop Enterprise for [**Windows**](https://download.docker.com/win/enterprise/DockerDesktop.msi).
@@ -50,15 +52,14 @@ Docker Desktop Enterprise requires the following firewall exceptions. If you do
50
52
51
53
- The process `com.docker.vpnkit` proxies all outgoing container TCP and
52
54
UDP traffic. This includes Docker image downloading but not DNS
53
-
resolution, which is performed over a Unix domain socket connected
54
-
to the `mDNSResponder` system service.
55
+
resolution, which is performed over a loopback TCP and UDP connection
56
+
to the main application.
55
57
56
58
- The process `com.docker.vpnkit` binds external ports on behalf of
57
59
containers. For example, `docker run -p 80:80 nginx` binds port 80 on all
58
60
interfaces.
59
61
60
-
- If using Kubernetes, the API server is exposed with TLS on
61
-
`127.0.0.1:6443` by `com.docker.vpnkit`.
62
+
- If using Kubernetes, the API server is exposed with TLS on `127.0.0.1:6445` by `com.docker.vpnkit`.
This page contains information on how to diagnose Docker Desktop Enterprise (DDE) issues on Mac, send feedback, and submit the issues to Docker Support.
7
+
This page contains information on how to diagnose Docker Desktop Enterprise (DDE) issues on Mac.
8
8
9
9
# Creating a diagnostics file in Docker Desktop Enterprise
10
10
11
-
Select **Diagnose and Feedback** from the whale menu in the menu bar.
11
+
Select **Diagnose and Feedback** from the Docker menu in the menu bar.
12
12
13
13

14
14
@@ -18,17 +18,21 @@ Diagnostics are provided in .zip files identified by date and time. The uncompre
18
18
19
19
## Creating a diagnostics file from a terminal
20
20
21
-
On occasion, it is useful to run diagnostics yourself, for instance if Docker Desktop Enterprise cannot start.
21
+
In some cases, it is useful to run diagnostics yourself, for instance if Docker Desktop Enterprise cannot start.
22
+
23
+
To run diagnostics from a terminal, enter the following command:
22
24
23
-
To run diagnostics from a terminal, enter the following command :
The name of the diagnostics file is displayed next to “Diagnostics Bundle” (`/tmp/2A989798-1658-4BF0-934D-AC4F148D0782/20190115142942.zip` in this example). This is the file that you attach to the support ticket.
33
37
34
38
You can view the content of your diagnostics file using the **open** command and specifying the name of your diagnostics file:
This page contains information on how to diagnose Docker Desktop Enterprise (DDE) issues on Windows, send feedback, and submit the issues to Docker Support.
7
+
This page contains information on how to diagnose Docker Desktop Enterprise (DDE) issues on Windows.
8
8
9
9
# Creating a diagnostics file in Docker Desktop Enterprise
The name of the diagnostics file is displayed next to “Diagnostics Bundle” (C:\Users\djs\AppData\Local\Temp\6CE654F6-7B17-4FC7-AAE0-CC53B73B76A2\20190115163621.zip in this example). This is the file that you attach to the support ticket.
37
+
The name of the diagnostics file is displayed next to “Diagnostics Bundle” (`\Temp\6CE654F6-7B17-4FC7-AAE0-CC53B73B76A2\20190115163621.zip` in this example). This is the file that you attach to the support ticket.
Copy file name to clipboardExpand all lines: ee/desktop/user/mac-user.md
+40-12Lines changed: 40 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,15 +59,25 @@ $ docker image ls
59
59
$ docker image rm nginx
60
60
```
61
61
62
-
# Docker Desktop Enterprise preferences
62
+
# Docker Desktop user interface
63
+
64
+
The Docker Desktop Enterprise user interface provides options to configure Docker Desktop preferences such as installation, version packs, Docker Hub login, and more. Right-click the Docker icon from the menu bar to open the Docker Desktop user interface.
65
+
66
+
## Version Selection
67
+
68
+
The **Version Selection** option lists the version packs installed on your Docker Desktop environment and allows you to switch between Docker Engine and Kubernetes versions using a single click. When you selecta different version pack, Docker Desktop restarts and the selected versions of Docker Engine and Kubernetes will be used.
69
+
70
+
To switch to a different version pack, simply click on the version pack you would like to use.
71
+
72
+
## Preferences
63
73
64
74
Click on the Docker icon from the menu bar and then**Preferences** to configure the runtime options described below.
65
75
66
76
>**Note:** Administrators have the ability to lock some configuration options. Locked options cannot be selected, and are displayed with a lock icon.
67
77
68
78

69
79
70
-
## General
80
+
### General
71
81
72
82

73
83
@@ -84,7 +94,7 @@ General settings include:
84
94
data to Docker. This information helps Docker improve the application and get
85
95
more context for troubleshooting problems. (Enabled by default)
86
96
87
-
## File Sharing
97
+
### File Sharing
88
98
89
99
Choose which local directories to share with your containers. File sharing is
90
100
required for volume mounting if the project lives outside of the `/Users`
@@ -112,7 +122,7 @@ For more information, see:
112
122
113
123
- [Volume mounting requires file sharing for any project directories outside of `/Users`](https://docs.docker.com/docker-for-mac/troubleshoot/#volume-mounting-requires-file-sharing-for-any-project-directories-outside-of-users).
114
124
115
-
## Disk
125
+
### Disk
116
126
117
127
Specify the **Disk image location** of the Linux volume, where containers and
118
128
images are stored.
@@ -123,7 +133,7 @@ the existing image or replace it.
123
133
124
134

125
135
126
-
## Advanced
136
+
### Advanced
127
137
128
138
On the Advanced tab, you can limit resources available to Docker.
129
139
@@ -141,7 +151,7 @@ to a higher number; to decrease it, lower the number.
141
151
142
152
- **Swap**: Configure swap file size as needed. The default is 1 GB.
143
153
144
-
## Proxies
154
+
### Proxies
145
155
146
156
Docker Desktop Enterprise detects HTTP/HTTPS Proxy Settings from macOS and automatically
147
157
propagates these to Docker and to your containers. For example, if you set your
@@ -172,7 +182,7 @@ Docker restarts automatically to pick up the new settings. If you have
172
182
containers that you wish to keep running across restarts, you should consider
173
183
using [restart policies](https://docs.docker.com/engine/reference/run/#restart-policies---restart).
174
184
175
-
## Daemon
185
+
### Daemon
176
186
177
187
You can configure options on the Docker daemon that determine how your
178
188
containers run.
@@ -182,7 +192,7 @@ Select **Basic** to configure the daemon with interactive settings, or select
182
192
183
193

184
194
185
-
### Experimental features
195
+
#### Experimental features
186
196
187
197
Docker Desktop Enterprise has experimental features enabled
188
198
on Docker Engine, as described in [Docker Experimental Features](https://github.com/docker/cli/blob/master/experimental/README.md) Readme. If you don't select**Experimental Features**, Docker Desktop Enterprise uses the current generally available release of Docker Engine.
You can set up a custom and insecure [registry](https://docs.docker.com/registry/introduction) to store your public or private images (instead of
204
214
using [Docker Hub](https://hub.docker.com/) or [Docker Trusted Registry](https://docs.docker.com/ee/dtr/). Add URLs for
@@ -210,7 +220,7 @@ For more information, see:
210
220
211
221
- [How do I add client certificates?](https://docs.docker.com/docker-for-mac/faqs/#how-do-i-add-client-certificates)
212
222
213
-
### Daemon configuration file
223
+
#### Daemon configuration file
214
224
215
225
Click the **Advanced** tab to configure the daemon from the JSON file. For a
216
226
full list of options, see the Docker Engine [dockerd command line reference](https://docs.docker.com/engine/reference/commandline/dockerd).
@@ -221,7 +231,7 @@ changes when asked.
221
231
222
232

223
233
224
-
## Kubernetes
234
+
### Kubernetes
225
235
226
236
Docker Desktop Enterprise includes a standalone Kubernetes server that runs on your Mac, so
227
237
that you can test deploying your Docker workloads on Kubernetes.
@@ -262,12 +272,30 @@ Kubernetes containers are stopped and removed, and the
262
272
263
273
For more information about using the Kubernetes integration with Docker Desktop Enterprise, see [Deploy on Kubernetes](https://docs.docker.com/docker-for-mac/kubernetes).
264
274
265
-
## Reset
275
+
### Reset
266
276
267
277
Click on the Docker icon from the menu bar and then**Preferences**. Click **Reset** to reset to factory defaults, restart the Docker daemon, reset Kubernetes cluster, or to reset the disk image.
268
278
269
279

270
280
281
+
## Diagnose and Feedback
282
+
283
+
The **Diagnose and Feedback** option allows you troubleshoot any issues you may be experiencing with Docker Desktop Enterprise. For more information, see [Troubleshoot DDE issues on mac](/troubleshoot/mac-issues).
284
+
285
+
## Design new application
286
+
287
+
Select this option to open the Application Designer user interface. Application Designer provides a library of application and service templates to help Docker developers quickly create new Docker applications. For more information, see [Application Designer](/app-designer).
288
+
289
+
## Docker Hub
290
+
291
+
Select **Sign in /Create Docker ID** from the Docker Desktop Enterprise menu to access your [Docker Hub](https://hub.docker.com/) account. Once logged in, select**Repositories** on the Docker Desktop Enterprise menu to access your Docker Hub repositories directly.
292
+
293
+
See the following [Docker Hub topics](https://docs.docker.com/docker-hub/) to learn more:
294
+
295
+
- [Organizations and Teams in Docker Hub](https://docs.docker.com/docker-hub/orgs/)
296
+
297
+
- [Builds and Images](https://docs.docker.com/docker-hub/official_images/)
298
+
271
299
## Add TLS certificates
272
300
273
301
You can add trusted Certificate Authorities (CAs) (used to verify registry
0 commit comments