mirror of https://github.com/docker/docs.git
Fix various broken links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
3cdfb582e7
commit
0bbe9c32fb
|
@ -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
|
||||
|
||||
|
|
|
@ -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?
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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/).
|
||||
|
||||
|
|
|
@ -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?
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -33,7 +33,7 @@ The network named `bridge` is a special network. Unless you tell it otherwise, D
|
|||
|
||||
74695c9cea6d9810718fddadc01a727a5dd3ce6a69d09752239736c030599741
|
||||
|
||||
<p style="text-align:center;"><img src="bridge1.png" alt="bridge1"></p>
|
||||

|
||||
|
||||
Inspecting the network is an easy way to find out the container's IP address.
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 17 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.1 KiB |
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -18,7 +18,7 @@ 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 |
|
||||
|
@ -30,7 +30,6 @@ various APIs, CLIs, and file formats.
|
|||
|:------------------------------------------------------|:---------------------------------------------------------------------------------------|
|
||||
| [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
|
||||
|
||||
|
|
|
@ -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 `<key>=<value>` 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
|
||||
|
|
6
test.md
6
test.md
|
@ -239,7 +239,7 @@ only need to do it on the first one. If you have a `<th>`, set it there.
|
|||
<tr>
|
||||
<td>This is some test text. <br><br>This is more <b>text</b> on a new line. <br><br>Lorem ipsum dolor <tt>sit amet</tt>, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
</td>
|
||||
<td>This is some more text about the right hand side. There is a <a href="https://github.com/docker/docker-ce/blob/master/components/cli/experimental/README.md" target="_blank" class="_">link here to the Docker Experimental Features README</a> on GitHub. In tables, links need to be `<a href="..."></a>`. <br><br>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</td>
|
||||
<td>This is some more text about the right hand side. There is a <a href="https://github.com/docker/docker-ce/blob/master/components/cli/experimental/README.md" target="_blank" class="_">link here to the Docker Experimental Features README</a> on GitHub. In tables, links need to be `<a href="/"></a>`. <br><br>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
@ -422,8 +422,8 @@ then it takes up the whole row.</div>
|
|||
|
||||
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="_" }
|
||||
<i class="fa fa-caret-down" aria-hidden="true"></i> (fa-caret-down) and
|
||||
<i class="fa fa-caret-up" aria-hidden="true"></i> (fa-caret-up).
|
||||
|
||||
|
|
Loading…
Reference in New Issue