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
<!--Delete sections as needed -->
## Description
<!-- Tell us what you did and why -->
## Related issues or tickets
Closes#24703Closes#24702Closes#24696Closes#24695
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
- Docker Build when using [BuildKit](/manuals/build/buildkit/_index.md#getting-started).
29
-
You can work around this by disabling BuildKit. Run `DOCKER_BUILDKIT=0 docker build .` to disable BuildKit.
30
-
-[Kubernetes](/manuals/desktop/use-desktop/kubernetes.md) (Images are download when you enable Kubernetes for the first time)
31
-
- Checking for updates
32
-
-[In-app diagnostics](/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md#diagnose-from-the-app) (including the [Self-diagnose tool](/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md#diagnose-from-the-app))
33
-
- Sending usage statistics
34
-
- When `networkMode` is set to `mirrored`
35
21
36
22
### How do I connect to the remote Docker Engine API?
37
23
38
24
To connect to the remote Engine API, you might need to provide the location of the Engine API for Docker clients and development tools.
39
25
40
-
Mac and Windows WSL 2 users can connect to the Docker Engine through a Unix socket: `unix:///var/run/docker.sock`.
26
+
Mac and Windows WSL 2 users can connect to the Docker Engine through a Unix socket: `unix:///var/run/docker.sock`. Docker Desktop for Linux uses a [per-user socket](linuxfaqs.md#how-do-i-use-docker-sdks-with-docker-desktop-for-linux) located at `~/.docker/desktop/docker.sock` instead of the system-wide `/var/run/docker.sock`.
41
27
42
28
If you are working with applications like [Apache Maven](https://maven.apache.org/)
43
29
that expect settings for `DOCKER_HOST` and `DOCKER_CERT_PATH` environment
@@ -54,8 +40,6 @@ Docker Desktop Windows users can connect to the Docker Engine through a **named
54
40
55
41
For details, see [Docker Engine API](/reference/api/engine/_index.md).
56
42
57
-
See the [Linux FAQs](linuxfaqs.md) for Linux specific setup.
58
-
59
43
### How do I connect from a container to a service on the host?
60
44
61
45
The host has a changing IP address, or none if you have no network access.
@@ -126,7 +110,7 @@ You can then sign in to your machine with the user ID specified, and launch Dock
126
110
127
111
> [!NOTE]
128
112
>
129
-
> Before launching Docker Desktop, if a `settings-store.json` file (or `settings.json` for Docker Desktop versions 4.34 and earlier) already exists in the `~/Library/Group Containers/group.com.docker/` directory, you will see a **Finish setting up Docker Desktop** window that prompts for administrator privileges when you select **Finish**. To avoid this, ensure you delete the `settings-store.json` file (or `settings.json` for Docker Desktop versions 4.34 and earlier) left behind from any previous installations before launching the application.
113
+
> Before launching Docker Desktop, if a `settings-store.json` file already exists in the `~/Library/Group Containers/group.com.docker/` directory, you will see a **Finish setting up Docker Desktop** window that prompts for administrator privileges when you select **Finish**. To avoid this, ensure you delete the `settings-store.json` file left behind from any previous installations before launching the application.
Copy file name to clipboardExpand all lines: content/manuals/desktop/troubleshoot-and-support/faqs/releases.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ tags: [FAQ]
8
8
9
9
### How frequent will new releases be?
10
10
11
-
New releases are available roughly every month, unless there are critical fixes that need to be released sooner.
11
+
New releases are available every week, unless there are critical fixes that need to be released sooner.
12
12
13
13
The **Automatically check for updates** setting in the **Software updates** tab is turned on by default. This means you receive notifications in the Docker menu and a notification badge on the Docker Desktop Dashboard when a new version is available.
in the Apple documentation, and Docker Desktop [Mac system requirements](/manuals/desktop/setup/install/mac-install.md#system-requirements).
218
218
219
-
### VPNKit keeps breaking
220
-
221
-
#### Cause
222
-
223
-
In Docker Desktop version 4.19, gVisor replaced VPNKit to enhance the performance of VM networking when using the Virtualization framework on macOS 13 and later.
224
-
225
-
#### Solution
226
-
227
-
To continue using VPNKit:
228
-
229
-
1. Open your `settings-store.json` file located at `~/Library/Group Containers/group.com.docker/settings-store.json`
230
-
2. Add:
231
-
232
-
```JSON
233
-
$ "networkType":"vpnkit"
234
-
```
235
-
3. Save the file and restart Docker Desktop.
236
-
237
219
## Topics for Windows
238
220
239
221
### Docker Desktop fails to start when anti-virus software is installed
240
222
241
223
#### Cause
242
224
243
225
Some anti-virus software may be incompatible with Hyper-V and Microsoft
244
-
Windows 10 builds. The conflict
226
+
Windows builds. The conflict
245
227
typically occurs after a Windows update and
246
228
manifests as an error response from the Docker daemon and a Docker Desktop start failure.
0 commit comments