Skip to content

Commit eb331a2

Browse files
authored
Merge pull request #22117 from aevesdocker/ENGDOCS-2451
ENGDOCS-2451
1 parent f694a2f commit eb331a2

File tree

14 files changed

+250
-271
lines changed

14 files changed

+250
-271
lines changed

content/get-started/workshop/05_persisting_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You can create the volume and start the container using the CLI or Docker Deskto
114114
> ```
115115
>
116116
> For more details about Git Bash's syntax differences, see
117-
> [Working with Git Bash](/desktop/troubleshoot-and-support/troubleshoot/topics/#working-with-git-bash).
117+
> [Working with Git Bash](/desktop/troubleshoot-and-support/troubleshoot/topics/#docker-commands-failing-in-git-bash).
118118
119119
120120
{{< /tab >}}

content/guides/language-translation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ To run the application using Docker:
315315
>
316316
> For Windows users, you may get an error when running the container. Verify
317317
> 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-line endings-for-files-in-containers).
319319
320320
You will see the following in your console after the container starts.
321321

content/guides/named-entity-recognition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ To run the application using Docker:
318318
>
319319
> For Windows users, you may get an error when running the container. Verify
320320
> 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-line endings-for-files-in-containers).
322322
323323
You will see the following in your console after the container starts.
324324

content/guides/sentiment-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ To run the application using Docker:
331331
>
332332
> For Windows users, you may get an error when running the container. Verify
333333
> 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-line endings-for-files-in-containers).
335335
336336
You will see the following in your console after the container starts.
337337

content/guides/text-classification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ To run the application using Docker:
390390
>
391391
> For Windows users, you may get an error when running the container. Verify
392392
> 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-line endings-for-files-in-containers).
394394
395395
You will see the following in your console after the container starts.
396396

content/guides/text-summarization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ To run the application using Docker:
324324
>
325325
> For Windows users, you may get an error when running the container. Verify
326326
> 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-line endings-for-files-in-containers).
328328
329329
You will see the following in your console after the container starts.
330330

content/manuals/desktop/troubleshoot-and-support/faqs/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For details, see [Docker Engine API](/reference/api/engine/_index.md).
5858
### How do I connect from a container to a service on the host?
5959

6060
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`,
6262
which resolves to the internal IP address used by the host.
6363

6464
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).

content/manuals/desktop/troubleshoot-and-support/faqs/linuxfaqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ and `/etc/subgid` (see `subgid(5)`) must be present. Docker Desktop only
5555
supports subordinate ID delegation configured via files. Docker Desktop maps the
5656
current user ID and GID to 0 in the containers. It uses the first entry
5757
corresponding to the current user in `/etc/subuid` and `/etc/subgid` to set up
58-
mappings for IDs above 0 in the containers.
58+
mappings for IDs greater than 0 in the containers.
5959

6060
| ID in container | ID on host |
6161
| --------------- | -------------------------------------------------------------------------------- |
62-
| 0 (root) | ID of the user running DD (e.g. 1000) |
62+
| 0 (root) | ID of the user running Docker Desktop (e.g. 1000) |
6363
| 1 | 0 + beginning of ID range specified in `/etc/subuid`/`/etc/subgid` (e.g. 100000) |
6464
| 2 | 1 + beginning of ID range specified in `/etc/subuid`/`/etc/subgid` (e.g. 100001) |
6565
| 3 | 2 + beginning of ID range specified in `/etc/subuid`/`/etc/subgid` (e.g. 100002) |

content/manuals/desktop/troubleshoot-and-support/faqs/macfaqs.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,34 +11,16 @@ aliases:
1111
weight: 20
1212
---
1313

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-
2614
### What is HyperKit?
2715

2816
HyperKit is a hypervisor built on top of the Hypervisor.framework in macOS. It runs entirely in userspace and has no other dependencies.
2917

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.
3220

3321
### What is the benefit of HyperKit?
3422

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.
4224

4325
### Where does Docker Desktop store Linux containers and images?
4426

content/manuals/desktop/troubleshoot-and-support/faqs/windowsfaqs.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,6 @@ Docker Desktop uses the Windows Hyper-V features. While older Windows versions h
1919

2020
No, running Docker Desktop on Windows Server is not supported.
2121

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-
3422
### How do symlinks work on Windows?
3523

3624
Docker Desktop supports two types of symlinks: Windows native symlinks and symlinks created inside a container.

0 commit comments

Comments
 (0)