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 -

bridge1

+![bridge1](bridge1.png) Inspecting the network is an easy way to find out the container's IP address. diff --git a/engine/tutorials/search.png b/engine/tutorials/search.png deleted file mode 100644 index 6940e19827..0000000000 Binary files a/engine/tutorials/search.png and /dev/null differ diff --git a/engine/tutorials/webapp1.png b/engine/tutorials/webapp1.png deleted file mode 100644 index e8cf245eea..0000000000 Binary files a/engine/tutorials/webapp1.png and /dev/null differ diff --git a/machine/examples/aws.md b/machine/examples/aws.md index 0aa76cc3b3..92055f6801 100644 --- a/machine/examples/aws.md +++ b/machine/examples/aws.md @@ -211,4 +211,3 @@ machine, then use `docker-machine rm`. - [Understand Machine concepts](../concepts.md) - [Docker Machine driver reference](../drivers/index.md) - [Docker Machine subcommand reference](../reference/index.md) -- [Provision a Docker Swarm cluster with Docker Machine](../../swarm/provision-with-machine.md) diff --git a/machine/examples/ocean.md b/machine/examples/ocean.md index 9871e031a7..2dcbecfd70 100644 --- a/machine/examples/ocean.md +++ b/machine/examples/ocean.md @@ -145,4 +145,3 @@ provider console, Machine loses track of the server status. Use the - [Docker Machine driver reference](../drivers/index.md) - [Docker Machine subcommand reference](../reference/index.md) - [Create containers for your Docker Machine](../../get-started/part2.md) -- [Provision a Docker Swarm cluster with Docker Machine](../../swarm/provision-with-machine.md) diff --git a/machine/get-started-cloud.md b/machine/get-started-cloud.md index 34766d689e..12648b5a02 100644 --- a/machine/get-started-cloud.md +++ b/machine/get-started-cloud.md @@ -123,4 +123,3 @@ tutorials: - [Understand Machine concepts](concepts.md) - [Docker Machine driver reference](drivers/index.md) - [Docker Machine subcommand reference](reference/index.md) -- [Provision a Docker Swarm cluster with Docker Machine](../swarm/provision-with-machine.md) diff --git a/machine/overview.md b/machine/overview.md index 7e367c4a38..738f4e8f79 100644 --- a/machine/overview.md +++ b/machine/overview.md @@ -99,8 +99,7 @@ and are sometimes referred to as, managed "**_machines_**". - [Install Docker Machine](install-machine.md) - Create and run a Docker host on your [local system using VirtualBox](get-started.md) - Provision multiple Docker hosts [on your cloud provider](get-started-cloud.md) -- [Provision a Docker Swarm cluster with Docker Machine](../swarm/provision-with-machine.md) (Legacy Swarm) -- [Getting started with swarm mode](../engine/swarm/swarm-tutorial/) (Docker Engine 1.12 and above) +- [Getting started with swarm mode](../engine/swarm/swarm-tutorial/index.md) - [Understand Machine concepts](concepts.md) - [Docker Machine driver reference](drivers/index.md) - [Docker Machine subcommand reference](reference/index.md) diff --git a/reference/index.md b/reference/index.md index 8afbaa21d9..55030de53e 100644 --- a/reference/index.md +++ b/reference/index.md @@ -17,20 +17,19 @@ various APIs, CLIs, and file formats. ## Command-line interfaces (CLIs) -| CLI | Description | -|:--------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------| -| [Docker CLI](/engine/reference/commandline/cli/) | The main CLI for Docker, includes all `docker` commands | -| [Compose CLI](/compose/reference/overview/) | The CLI for Docker Compose, which allows you to build and run multi-container applications | -| [Daemon CLI (dockerd)](/engine/reference/commandline/dockerd/) | Persistent process that manages containers | +| CLI | Description | +|:---------------------------------------------------------------|:-------------------------------------------------------------------------------------------| +| [Docker CLI](/engine/reference/commandline/cli/) | The main CLI for Docker, includes all `docker` commands | +| [Compose CLI](/compose/reference/overview/) | The CLI for Docker Compose, which allows you to build and run multi-container applications | +| [Daemon CLI (dockerd)](/engine/reference/commandline/dockerd/) | Persistent process that manages containers | ## Application programming interfaces (APIs) | API | Description | |:------------------------------------------------------|:---------------------------------------------------------------------------------------| -| [Engine API](/engine/api/) | The main API for Docker, provides programmatic access to a daemon | +| [Engine API](/engine/api/) | The main API for Docker, provides programmatic access to a daemon | | [Registry API](/registry/spec/api/) | Facilitates distribution of images to the engine | -| [Template API](app-template/api-reference)| Allows users to create new Docker applications by using a library of templates.| ## Drivers and specifications diff --git a/storage/tmpfs.md b/storage/tmpfs.md index 707c08bda7..5c6b164aee 100644 --- a/storage/tmpfs.md +++ b/storage/tmpfs.md @@ -43,7 +43,7 @@ the `--mount` flag was used for swarm services. However, starting with Docker - **`--mount`**: Consists of multiple key-value pairs, separated by commas and each consisting of a `=` tuple. The `--mount` syntax is more verbose than `--tmpfs`: - - The `type` of the mount, which can be [`bind`](bind-mounts-md), `volume`, or + - The `type` of the mount, which can be [`bind`](bind-mounts.md), `volume`, or [`tmpfs`](tmpfs.md). This topic discusses `tmpfs`, so the type is always `tmpfs`. - The `destination` takes as its value the path where the `tmpfs` mount diff --git a/test.md b/test.md index fbee763846..a6c54202e5 100644 --- a/test.md +++ b/test.md @@ -239,7 +239,7 @@ only need to do it on the first one. If you have a ``, set it there. This is some test text.

This is more text on a new line.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - This is some more text about the right hand side. There is a link here to the Docker Experimental Features README on GitHub. In tables, links need to be ``.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. + This is some more text about the right hand side. There is a link here to the Docker Experimental Features README on GitHub. In tables, links need to be ``.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. @@ -422,8 +422,8 @@ then it takes up the whole row. You can use the Bootstrap and CSS to add expand/collapse accordions. This implementation makes use of the `.panel-heading` classes in -[`_utilities.scss`](/_scss/_utilities.scss), along with [FontAwesome -icons](http://fontawesome.io/cheatsheet/){: target="_blank" class="_" } +[`_utilities.scss`](https://github.com/docker/docker.github.io/blob/master/_scss/_utilities.scsss), +along with [FontAwesome icons](http://fontawesome.io/cheatsheet/){: target="_blank" class="_" } (fa-caret-down) and (fa-caret-up).