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: content/guides/language-translation.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
@@ -315,7 +315,7 @@ To run the application using Docker:
315
315
>
316
316
> For Windows users, you may get an error when running the container. Verify
317
317
> that the line endings in the `entrypoint.sh` are `LF` (`\n`) and not `CRLF` (`\r\n`),
318
-
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot-and-support/troubleshoot/topics/#avoid-unexpected-syntax-errors-use-unix-style-line-endings-for-files-in-containers).
318
+
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot-and-support/troubleshoot/topics/#Unexpected-syntax-errors-use-Unix-style-lineendings-for-files-in-containers).
319
319
320
320
You will see the following in your console after the container starts.
Copy file name to clipboardExpand all lines: content/guides/named-entity-recognition.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
@@ -318,7 +318,7 @@ To run the application using Docker:
318
318
>
319
319
> For Windows users, you may get an error when running the container. Verify
320
320
> that the line endings in the `entrypoint.sh` are `LF` (`\n`) and not `CRLF` (`\r\n`),
321
-
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot-and-support/troubleshoot/topics/#avoid-unexpected-syntax-errors-use-unix-style-line-endings-for-files-in-containers).
321
+
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot-and-support/troubleshoot/topics/#Unexpected-syntax-errors-use-Unix-style-lineendings-for-files-in-containers).
322
322
323
323
You will see the following in your console after the container starts.
Copy file name to clipboardExpand all lines: content/guides/sentiment-analysis.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
@@ -331,7 +331,7 @@ To run the application using Docker:
331
331
>
332
332
> For Windows users, you may get an error when running the container. Verify
333
333
> that the line endings in the `entrypoint.sh` are `LF` (`\n`) and not `CRLF` (`\r\n`),
334
-
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot-and-support/troubleshoot/topics/#avoid-unexpected-syntax-errors-use-unix-style-line-endings-for-files-in-containers).
334
+
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot-and-support/troubleshoot/topics/#Unexpected-syntax-errors-use-Unix-style-lineendings-for-files-in-containers).
335
335
336
336
You will see the following in your console after the container starts.
Copy file name to clipboardExpand all lines: content/guides/text-classification.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
@@ -390,7 +390,7 @@ To run the application using Docker:
390
390
>
391
391
> For Windows users, you may get an error when running the container. Verify
392
392
> that the line endings in the `entrypoint.sh` are `LF` (`\n`) and not `CRLF` (`\r\n`),
393
-
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot-and-support/troubleshoot/topics/#avoid-unexpected-syntax-errors-use-unix-style-line-endings-for-files-in-containers).
393
+
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot-and-support/troubleshoot/topics/#Unexpected-syntax-errors-use-Unix-style-lineendings-for-files-in-containers).
394
394
395
395
You will see the following in your console after the container starts.
Copy file name to clipboardExpand all lines: content/guides/text-summarization.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
@@ -324,7 +324,7 @@ To run the application using Docker:
324
324
>
325
325
> For Windows users, you may get an error when running the container. Verify
326
326
> that the line endings in the `entrypoint.sh` are `LF` (`\n`) and not `CRLF` (`\r\n`),
327
-
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot-and-support/troubleshoot/topics/#avoid-unexpected-syntax-errors-use-unix-style-line-endings-for-files-in-containers).
327
+
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot-and-support/troubleshoot/topics/#Unexpected-syntax-errors-use-Unix-style-lineendings-for-files-in-containers).
328
328
329
329
You will see the following in your console after the container starts.
Copy file name to clipboardExpand all lines: content/manuals/desktop/troubleshoot-and-support/faqs/general.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
@@ -58,7 +58,7 @@ For details, see [Docker Engine API](/reference/api/engine/_index.md).
58
58
### How do I connect from a container to a service on the host?
59
59
60
60
The host has a changing IP address, or none if you have no network access.
61
-
We recommend that you connect to the special DNS name `host.docker.internal`,
61
+
It is recommend that you connect to the special DNS name `host.docker.internal`,
62
62
which resolves to the internal IP address used by the host.
63
63
64
64
For more information and examples, see [how to connect from a container to a service on the host](/manuals/desktop/features/networking.md#i-want-to-connect-from-a-container-to-a-service-on-the-host).
Copy file name to clipboardExpand all lines: content/manuals/desktop/troubleshoot-and-support/faqs/macfaqs.md
+3-21Lines changed: 3 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,34 +11,16 @@ aliases:
11
11
weight: 20
12
12
---
13
13
14
-
### Why do I keep getting a notification telling me an application has changed my Desktop configurations?
15
-
16
-
You receive this notification because the Configuration integrity check feature has detected that a third-party application has altered your Docker Desktop configuration. This usually happens due to incorrect or missing symlinks. The notification ensures you are aware of these changes so you can review and repair any potential issues to maintain system reliability.
17
-
18
-
Opening the notification presents a pop-up window which provides detailed information about the detected integrity issues.
19
-
20
-
If you choose to ignore the notification, it will be shown again only at the next Docker Desktop startup. If you choose to repair your configuration, you won't be prompted again.
21
-
22
-
If you want to switch off Configuration integrity check notifications, navigate to Docker Desktop's settings and in the **General** tab, clear the **Automatically check configuration** setting.
23
-
24
-
If you have feedback on how to further improve the Configuration integrity check feature, [fill out the feedback form](https://docs.google.com/forms/d/e/1FAIpQLSeD_Odqc__4ihRXDtH_ba52QJuaKZ00qGnNa_tM72MmH32CZw/viewform).
25
-
26
14
### What is HyperKit?
27
15
28
16
HyperKit is a hypervisor built on top of the Hypervisor.framework in macOS. It runs entirely in userspace and has no other dependencies.
29
17
30
-
We use HyperKit to eliminate the need for other VM products, such as Oracle
31
-
VirtualBox or VMWare Fusion.
18
+
Docker uses HyperKit to eliminate the need for other VM products, such as Oracle
19
+
VirtualBox or VMware Fusion.
32
20
33
21
### What is the benefit of HyperKit?
34
22
35
-
HyperKit is thinner than VirtualBox and VMWare fusion, and the version included is customized for Docker workloads on Mac.
36
-
37
-
### Why is com.docker.vmnetd still running after I quit the app?
38
-
39
-
The privileged helper process `com.docker.vmnetd` is started by `launchd` and
40
-
runs in the background. The process does not consume any resources unless
41
-
`Docker.app` connects to it, so it's safe to ignore.
23
+
HyperKit is thinner than VirtualBox and VMware fusion, and the version included is customized for Docker workloads on Mac.
42
24
43
25
### Where does Docker Desktop store Linux containers and images?
Copy file name to clipboardExpand all lines: content/manuals/desktop/troubleshoot-and-support/faqs/windowsfaqs.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,6 @@ Docker Desktop uses the Windows Hyper-V features. While older Windows versions h
19
19
20
20
No, running Docker Desktop on Windows Server is not supported.
21
21
22
-
### Can I change permissions on shared volumes for container-specific deployment requirements?
23
-
24
-
Docker Desktop does not enable you to control (`chmod`)
25
-
the Unix-style permissions on [shared volumes](/manuals/desktop/settings-and-maintenance/settings.md#file-sharing) for
26
-
deployed containers, but rather sets permissions to a default value of
27
-
[0777](https://chmodcommand.com/chmod-0777/)
28
-
(`read`, `write`, `execute` permissions for `user` and for
29
-
`group`) which is not configurable.
30
-
31
-
For workarounds and to learn more, see
32
-
[Permissions errors on data directories for shared volumes](/manuals/desktop/troubleshoot-and-support/troubleshoot/topics.md#permissions-errors-on-data-directories-for-shared-volumes).
33
-
34
22
### How do symlinks work on Windows?
35
23
36
24
Docker Desktop supports two types of symlinks: Windows native symlinks and symlinks created inside a container.
0 commit comments