diff --git a/docker-for-mac/edge-release-notes.md b/docker-for-mac/edge-release-notes.md index e6e2e49f8b..4faf2ddb7e 100644 --- a/docker-for-mac/edge-release-notes.md +++ b/docker-for-mac/edge-release-notes.md @@ -213,7 +213,7 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ### New -Docker Desktop introduces a directory caching mechanism to greatly improve disk performance in containers. This feature uses [mutagen.io](https://mutagen.io/){: target="_blank" class="_"} to sync files between the host and the containers and benefits from native disk performance. For more information, see [Mutagen-based caching](mutagen-caching.md). +Docker Desktop introduces a directory caching mechanism to greatly improve disk performance in containers. This feature uses [mutagen.io](https://mutagen.io/){: target="_blank" class="_"} to sync files between the host and the containers and benefits from native disk performance. For more information, see [Mutagen-based caching](mutagen.md). We appreciate you trying out an early version of the Mutagen file sync feature. Please let us know your feedback by creating an issue in the [Docker Desktop for Mac GitHub](https://github.com/docker/for-mac/issues){: target="_blank" class="_"} repository with the `Mutagen` label. @@ -950,7 +950,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus - Linux kernel 4.9.60 * Bug fixes and minor changes - - Fix login into private repository with certificate issue. [https://github.com/docker/for-mac/issues/2201](docker/for-mac#2201) + - Fix login into private repository with certificate issue. [docker/for-mac#2201](https://github.com/docker/for-mac/issues/2201) * New - For systems running APFS on SSD on High Sierra, use `raw` format virtual machine disks by default. This increases disk throughput (from 320MiB/sec to 600MiB/sec in `dd` on a 2015 MacBook Pro) and disk space handling. @@ -1018,7 +1018,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus - AUFS 20170911 * Bug fixes and minor changes - - Kernel: Enable TASK_XACCT and TASK_IO_ACCOUNTING (docker/for-mac#1608) + - Kernel: Enable TASK_XACCT and TASK_IO_ACCOUNTING [docker/for-mac#1608](https://github.com/docker/for-mac/issues/1608) - Rotate logs in the virtual machine more often ### Docker Community Edition 17.09.0-ce-rc1-mac28 2017-09-07 @@ -1812,7 +1812,7 @@ events or unexpected unmounts. **Hotfixes** -* osxfs: fixed an issue causing access to children of renamed directories to fail (symptoms: npm failures, apt-get failures) (docker/for-mac) +* osxfs: fixed an issue causing access to children of renamed directories to fail (symptoms: npm failures, apt-get failures) * osxfs: fixed an issue causing some ATTRIB and CREATE `inotify` events to fail delivery and other `inotify` events to stop diff --git a/docker-for-mac/faqs.md b/docker-for-mac/faqs.md index 0186b3704f..d15846c14d 100644 --- a/docker-for-mac/faqs.md +++ b/docker-for-mac/faqs.md @@ -33,7 +33,7 @@ Yes, you can switch between Stable and Edge versions. You can try out the Edge r ## What are the system requirements for Docker Desktop? -You need a Mac that supports hardware virtualization. For more information, see [Docker Desktop Mac system requirements](install/#system-requirements). +You need a Mac that supports hardware virtualization. For more information, see [Docker Desktop Mac system requirements](install.md#system-requirements). ## What is an experimental feature? @@ -74,7 +74,7 @@ For more information and examples, see We recommend that you publish a port, or connect from another container. You can use the same method on Linux if the container is on an overlay network and not a bridge network, as these are not routed. For more information and examples, see -[I want to connect to a container from the Mac](networking.md#i-want-to-connect-to-a-container-from-the-mac) in the [Networking](/docker-for-mac/networking/) topic. +[I want to connect to a container from the Mac](networking.md#i-want-to-connect-to-a-container-from-the-mac) in the [Networking](networking.md) topic. ### Can I use an SSH agent inside a container? @@ -97,7 +97,12 @@ serial port) to a container as it requires support at the hypervisor level. ### Can I run Docker Desktop in nested virtualization scenarios? -Docker Desktop can run inside a Windows 10 VM running on apps like Parallels or VMware Fusion on a Mac provided that the VM is properly configured. However, problems and intermittent failures may still occur due to the way these apps virtualize the hardware. For these reasons, **Docker Desktop is not supported in nested virtualization scenarios**. It might work in some cases, and not in others. For more information, see [Running Docker Desktop in nested virtualization scenarios](/docker-for-windows/troubleshoot/#running-docker-desktop-in-nested-virtualization-scenarios). +Docker Desktop can run inside a Windows 10 VM running on apps like Parallels or +VMware Fusion on a Mac provided that the VM is properly configured. However, +problems and intermittent failures may still occur due to the way these apps +virtualize the hardware. For these reasons, **Docker Desktop is not supported in +nested virtualization scenarios**. It might work in some cases, and not in others. +For more information, see [Running Docker Desktop in nested virtualization scenarios](../docker-for-windows/troubleshoot.md#running-docker-desktop-in-nested-virtualization-scenarios). ## Components of Docker Desktop @@ -144,7 +149,7 @@ response. ### How can I opt out of sending my usage data? If you do not want to send of usage data, use the Stable channel. For more -information, see [What is the difference between the Stable and Edge versions of Docker Desktop](#stable-and-edge-channels). +information, see [What is the difference between the Stable and Edge versions of Docker Desktop](#stable-and-edge-releases). ### How is personal data handled in Docker Desktop? diff --git a/docker-for-mac/mutagen.md b/docker-for-mac/mutagen.md index 69a6bd9e20..1f2e87cffc 100644 --- a/docker-for-mac/mutagen.md +++ b/docker-for-mac/mutagen.md @@ -3,7 +3,7 @@ description: High-performance two-way file sync for volume mounts keywords: mac, mutagen, volumes, file sync, title: Mutagen-based file synchronization redirect_from: -- /docker-for-mac//mutagen-caching/ +- /docker-for-mac/mutagen-caching/ --- Docker Desktop for Mac on Edge has a new file sharing feature which performs diff --git a/docker-for-mac/osxfs.md b/docker-for-mac/osxfs.md index bc313b36d9..1778f267f4 100644 --- a/docker-for-mac/osxfs.md +++ b/docker-for-mac/osxfs.md @@ -244,7 +244,7 @@ At present there is support for read caching, with which the container's view of the file system can temporarily drift apart from the authoritative view on the host. Further caching developments, including support for write caching, are planned. -A [detailed description of the behavior in various caching configurations](osxfs-caching) +A [detailed description of the behavior in various caching configurations](osxfs-caching.md) is available. #### What we are doing diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index fe80d0c4b5..1e71da721b 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -189,7 +189,7 @@ Docker Desktop 2.2.0.0 contains a Kubernetes upgrade. Your local Kubernetes clus ### New - **Docker Desktop Dashboard:** The new Docker Desktop **Dashboard** provides a user-friendly interface which enables you to interact with containers and applications, and manage the lifecycle of your applications directly from the UI. In addition, it allows you to access the logs, view container details, and monitor resource utilization to explore the container behavior. -For detailed information about the new Dashboard UI, see [Docker Desktop Dashboard](dashboard.md). +For detailed information about the new Dashboard UI, see [Docker Desktop Dashboard](../desktop/dashboard.md). - Introduced a new user interface for the Docker Desktop **Preferences** menu. - The Restart, Reset, and Uninstall options are now available on the **Troubleshoot** menu. @@ -248,7 +248,8 @@ Docker Desktop 2.1.0.5 contains a Kubernetes upgrade. Note that your local Kuber ### New -Docker Desktop now enables you to sign into Docker Hub using two-factor authentication. For more information, see [Two-factor authentication](index/#docker-hub). +Docker Desktop now enables you to sign into Docker Hub using two-factor authentication. +For more information, see [Two-factor authentication](index.md#docker-hub). ## Docker Desktop Community 2.1.0.3 2019-09-16 diff --git a/docker-for-windows/edge-release-notes.md b/docker-for-windows/edge-release-notes.md index cd4d2c464f..ca362124c3 100644 --- a/docker-for-windows/edge-release-notes.md +++ b/docker-for-windows/edge-release-notes.md @@ -213,7 +213,7 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for - Fixed application startup if `hosts` is specified inside the Docker `daemon.json`. See [docker/for-win#6895](https://github.com/docker/for-win/issues/6895#issuecomment-637429117). - Fixed opening a CLI from the dashboard for Windows containers. See [docker/for-win#7079](https://github.com/docker/for-win/issues/7079). -- Fixed an issue where adding a folder on a non-existing drive in the settings would create an empty entry. See [docker/for-win#6797](docker/for-win#6797). +- Fixed an issue where adding a folder on a non-existing drive in the settings would create an empty entry. See [docker/for-win#6797](https://github.com/docker/for-win/issues/6797). - Fixed an issue when updating Windows to a WSL 2 capable version, where a configuration file is locked by the old Hyper-V VM. - Pinning the application to the taskbar and clicking on it will launch the container view if Docker is already running. - Left-clicking on the Docker icon in the system tray now launches the container view Dashboard. See [docker/for-win#6650](https://github.com/docker/for-win/issues/6650). diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index 9ed4ccd205..7c8c880aef 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -312,7 +312,7 @@ Docker Desktop 2.2.0.0 contains a Kubernetes upgrade. Your local Kubernetes clus ### New - **Docker Desktop Dashboard:** The new Docker Desktop **Dashboard** provides a user-friendly interface which enables you to interact with containers and applications, and manage the lifecycle of your applications directly from the UI. In addition, it allows you to access the logs, view container details, and monitor resource utilization to explore the container behavior. -For detailed information about the new Dashboard UI, see [Docker Desktop Dashboard](dashboard.md). +For detailed information about the new Dashboard UI, see [Docker Desktop Dashboard](../desktop/dashboard.md). - **WSL 2 backend:** The experimental Docker Desktop WSL 2 backend architecture introduces support for Kubernetes, provides an updated Docker daemon, offers VPN-friendly networking, and additional features. For more information, see [Docker Desktop WSL 2 backend](https://docs.docker.com/docker-for-windows/wsl/). diff --git a/docker-hub/billing/faq.md b/docker-hub/billing/faq.md index e4eb6ee820..6d48c54373 100644 --- a/docker-hub/billing/faq.md +++ b/docker-hub/billing/faq.md @@ -50,13 +50,13 @@ You can create a new account at [Docker Hub pricing](https://hub.docker.com/pric Upgrading your legacy plan to a Pro plan offers you unlimited public repositories, unlimited private repositories, and unlimited collaborators. Once you’ve upgraded your current legacy individual plan to a Pro plan, it is not possible to switch back to the legacy per-repository plan. -For information on how to upgrade to a Pro plan from a legacy (per-repository plan) plan, see [Upgrade to a Pro plan](/upgrade.md#upgrade-to-a-pro-plan). +For information on how to upgrade to a Pro plan from a legacy (per-repository plan) plan, see [Upgrade to a Pro plan](upgrade.md#upgrade-to-a-pro-plan). ### How do I upgrade to a Team plan from a legacy organization plan? Upgrading your legacy plan to a Team plan offers you unlimited public and private repositories, unlimited teams, and 3 parallel builds. Once you’ve upgraded your current legacy organization plan to a Team plan, it is not possible to switch back to the legacy per-repository plan. -For information on how to upgrade to a Team plan from a legacy (per-repository) plan, see [Upgrade to a Team plan](/upgrade.md#upgrade-to-a-team-plan). +For information on how to upgrade to a Team plan from a legacy (per-repository) plan, see [Upgrade to a Team plan](upgrade.md#upgrade-to-a-team-plan). ### How do downgrades from a Pro or Team plan work? diff --git a/engine/security/trust/trust_automation.md b/engine/security/trust/trust_automation.md index 439d4c54a4..bf2046105e 100644 --- a/engine/security/trust/trust_automation.md +++ b/engine/security/trust/trust_automation.md @@ -9,7 +9,7 @@ systems. To allow tools to wrap Docker and push trusted content, there are environment variables that can be passed through to the client. This guide follows the steps as described -[here](content_trust/#signing-images-with-docker-content-trust) so please read +[here](content_trust.md#signing-images-with-docker-content-trust) so please read that and understand its prerequisites. When working directly with the Notary client, it uses its [own set of environment variables](../../../notary/reference/client-config.md#environment-variables-optional). diff --git a/engine/tutorials/networkingcontainers.md b/engine/tutorials/networkingcontainers.md index 5221aa3647..85cfd3d7b9 100644 --- a/engine/tutorials/networkingcontainers.md +++ b/engine/tutorials/networkingcontainers.md @@ -33,7 +33,7 @@ The network named `bridge` is a special network. Unless you tell it otherwise, D 74695c9cea6d9810718fddadc01a727a5dd3ce6a69d09752239736c030599741 -