Skip to content

Commit 3700434

Browse files
aevesdockerdvdksn
andauthored
ENGDOCS-2216 (#20859)
* ENGDOCS-2216 * edits * Update content/manuals/desktop/troubleshoot/_index.md Co-authored-by: David Karlsson <[email protected]> --------- Co-authored-by: David Karlsson <[email protected]>
1 parent 3c7d225 commit 3700434

File tree

16 files changed

+328
-330
lines changed

16 files changed

+328
-330
lines changed

content/manuals/desktop/faqs/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This includes:
2929
You can work around this by disabling BuildKit. Run `DOCKER_BUILDKIT=0 docker build .` to disable BuildKit.
3030
- [Kubernetes](../kubernetes.md) (Images are download when you enable Kubernetes for the first time)
3131
- Checking for updates
32-
- [In-app diagnostics](../troubleshoot/overview.md#diagnose-from-the-app) (including the [Self-diagnose tool](../troubleshoot/overview.md#diagnose-from-the-app))
32+
- [In-app diagnostics](/manuals/desktop/troubleshoot/_index.md#diagnose-from-the-app) (including the [Self-diagnose tool](/manuals/desktop/troubleshoot/_index.md#diagnose-from-the-app))
3333
- Sending usage statistics
3434

3535
### How do I connect to the remote Docker Engine API?

content/manuals/desktop/install/linux/archlinux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $ sudo pacman -S gnome-terminal
5656
- Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
5757
- Take a look at the [Docker workshop](/get-started/workshop/_index.md) to learn how to build an image and run it as a containerized application.
5858
- [Explore Docker Desktop](/manuals/desktop/use-desktop/_index.md) and all its features.
59-
- [Troubleshooting](/manuals/desktop/troubleshoot/overview.md) describes common problems, workarounds, how to run and submit diagnostics, and submit issues.
59+
- [Troubleshooting](/manuals/desktop/troubleshoot/_index.md) describes common problems, workarounds, how to run and submit diagnostics, and submit issues.
6060
- [FAQs](/manuals/desktop/faqs/general.md) provide answers to frequently asked questions.
6161
- [Release notes](/manuals/desktop/release-notes.md) lists component updates, new features, and improvements associated with Docker Desktop releases.
6262
- [Back up and restore data](/manuals/desktop/backup-and-restore.md) provides instructions

content/manuals/desktop/install/linux/debian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Don't forget to substitute `<arch>` with the architecture you want.
9090
- Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
9191
- Take a look at the [Docker workshop](/get-started/workshop/_index.md) to learn how to build an image and run it as a containerized application.
9292
- [Explore Docker Desktop](/manuals/desktop/use-desktop/_index.md) and all its features.
93-
- [Troubleshooting](/manuals/desktop/troubleshoot/overview.md) describes common problems, workarounds, how to run and submit diagnostics, and submit issues.
93+
- [Troubleshooting](/manuals/desktop/troubleshoot/_index.md) describes common problems, workarounds, how to run and submit diagnostics, and submit issues.
9494
- [FAQs](/manuals/desktop/faqs/general.md) provide answers to frequently asked questions.
9595
- [Release notes](/manuals/desktop/release-notes.md) lists component updates, new features, and improvements associated with Docker Desktop releases.
9696
- [Back up and restore data](/manuals/desktop/backup-and-restore.md) provides instructions

content/manuals/desktop/install/linux/fedora.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Don't forget to substitute `<arch>` with the architecture you want.
8282
- Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
8383
- Take a look at the [Docker workshop](/get-started/workshop/_index.md) to learn how to build an image and run it as a containerized application.
8484
- [Explore Docker Desktop](/manuals/desktop/use-desktop/_index.md) and all its features.
85-
- [Troubleshooting](/manuals/desktop/troubleshoot/overview.md) describes common problems, workarounds, how to run and submit diagnostics, and submit issues.
85+
- [Troubleshooting](/manuals/desktop/troubleshoot/_index.md) describes common problems, workarounds, how to run and submit diagnostics, and submit issues.
8686
- [FAQs](/manuals/desktop/faqs/general.md) provide answers to frequently asked questions.
8787
- [Release notes](/manuals/desktop/release-notes.md) lists component updates, new features, and improvements associated with Docker Desktop releases.
8888
- [Back up and restore data](/manuals/desktop/backup-and-restore.md) provides instructions

content/manuals/desktop/install/linux/rhel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ $ sudo dnf install ./docker-desktop-<arch>-rhel.rpm
138138
- Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
139139
- Take a look at the [Docker workshop](/get-started/workshop/_index.md) to learn how to build an image and run it as a containerized application.
140140
- [Explore Docker Desktop](/manuals/desktop/use-desktop/_index.md) and all its features.
141-
- [Troubleshooting](/manuals/desktop/troubleshoot/overview.md) describes common problems, workarounds, how to run and submit diagnostics, and submit issues.
141+
- [Troubleshooting](/manuals/desktop/troubleshoot/_index.md) describes common problems, workarounds, how to run and submit diagnostics, and submit issues.
142142
- [FAQs](/manuals/desktop/faqs/general.md) provide answers to frequently asked questions.
143143
- [Release notes](/manuals/desktop/release-notes.md) lists component updates, new features, and improvements associated with Docker Desktop releases.
144144
- [Back up and restore data](/manuals/desktop/backup-and-restore.md) provides instructions

content/manuals/desktop/install/linux/ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Don't forget to substitute `<arch>` with the architecture you want.
9595
- Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
9696
- Take a look at the [Docker workshop](/get-started/workshop/_index.md) to learn how to build an image and run it as a containerized application.
9797
- [Explore Docker Desktop](/manuals/desktop/use-desktop/_index.md) and all its features.
98-
- [Troubleshooting](/manuals/desktop/troubleshoot/overview.md) describes common problems, workarounds, how to run and submit diagnostics, and submit issues.
98+
- [Troubleshooting](/manuals/desktop/troubleshoot/_index.md) describes common problems, workarounds, how to run and submit diagnostics, and submit issues.
9999
- [FAQs](/manuals/desktop/faqs/general.md) provide answers to frequently asked questions.
100100
- [Release notes](/manuals/desktop/release-notes.md) lists component updates, new features, and improvements associated with Docker Desktop releases.
101101
- [Back up and restore data](/manuals/desktop/backup-and-restore.md) provides instructions

content/manuals/desktop/install/mac-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The `install` command accepts the following flags:
129129
- Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
130130
- [Get started with Docker](/get-started/introduction/_index.md).
131131
- [Explore Docker Desktop](../use-desktop/_index.md) and all its features.
132-
- [Troubleshooting](../troubleshoot/overview.md) describes common problems, workarounds, how
132+
- [Troubleshooting](/manuals/desktop/troubleshoot/_index.md) describes common problems, workarounds, how
133133
to run and submit diagnostics, and submit issues.
134134
- [FAQs](../faqs/general.md) provide answers to frequently asked questions.
135135
- [Release notes](../release-notes.md) lists component updates, new features, and improvements associated with Docker Desktop releases.

content/manuals/desktop/install/windows-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Docker Desktop does not start automatically after installation. To start Docker
277277
- Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
278278
- [Get started with Docker](/get-started/introduction/_index.md).
279279
- [Explore Docker Desktop](../use-desktop/_index.md) and all its features.
280-
- [Troubleshooting](../troubleshoot/overview.md) describes common problems, workarounds, and
280+
- [Troubleshooting](/manuals/desktop/troubleshoot/_index.md) describes common problems, workarounds, and
281281
how to get support.
282282
- [FAQs](../faqs/general.md) provide answers to frequently asked questions.
283283
- [Release notes](../release-notes.md) lists component updates, new features, and improvements associated with Docker Desktop releases.

content/manuals/desktop/previous-versions/edge-releases-mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1877,7 +1877,7 @@ events or unexpected unmounts.
18771877

18781878
* Docker.app sometimes uses 200% CPU after macOS wakes up from sleep mode. The issue is being investigated. The workaround is to restart Docker.app
18791879

1880-
* There are a number of issues with the performance of directories bind-mounted with `osxfs`. In particular, writes of small blocks, and traversals of large directories are currently slow. Additionally, containers that perform large numbers of directory operations, such as repeated scans of large directory trees, may suffer from poor performance. For more information and workarounds, see [Known Issues](../troubleshoot/known-issues.md) in [Logs and Troubleshooting](../troubleshoot/overview.md).
1880+
* There are a number of issues with the performance of directories bind-mounted with `osxfs`. In particular, writes of small blocks, and traversals of large directories are currently slow. Additionally, containers that perform large numbers of directory operations, such as repeated scans of large directory trees, may suffer from poor performance. For more information and workarounds, see [Known Issues](../troubleshoot/known-issues.md) in [Logs and Troubleshooting](../troubleshoot/_index.md).
18811881

18821882
* Under some unhandled error conditions, `inotify` event delivery can fail and become permanently disabled. The workaround is to restart Docker.app
18831883

content/manuals/desktop/previous-versions/edge-releases-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2274,7 +2274,7 @@ This Beta release includes some significant changes:
22742274
* The GUI now runs in non-elevated mode and connects to an elevated Windows service
22752275
* Allocate virtual machine memory by 256 MB increments, instead of 1 GB
22762276
* Show a meaningful error when the user has an empty password
2277-
* Improved [Troubleshooting](../troubleshoot/overview.md) page
2277+
* Improved [Troubleshooting](../troubleshoot/_index.md) page
22782278

22792279
**Upgrades**
22802280

@@ -2326,7 +2326,7 @@ This Beta release includes some significant changes:
23262326

23272327
**Known issues**
23282328

2329-
* Due to limitation in the Windows NAT implementation, co-existence with other NAT prefixes needs to be carefully managed. See [Troubleshooting](../troubleshoot/overview.md) for more details.
2329+
* Due to limitation in the Windows NAT implementation, co-existence with other NAT prefixes needs to be carefully managed. See [Troubleshooting](../troubleshoot/_index.md) for more details.
23302330

23312331

23322332
### Beta 9 Release (2016-04-26 1.11.0-beta9)

0 commit comments

Comments
 (0)