You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix links to subtopics in index.md files by include full path (docker#4054)
* for all links to , changed to full path
Signed-off-by: Victoria Bialas <[email protected]>
* fixed link in Swarm Tutorial per review comments
Signed-off-by: Victoria Bialas <[email protected]>
Copy file name to clipboardExpand all lines: compose/compose-file/compose-versioning.md
+14-14
Original file line number
Diff line number
Diff line change
@@ -75,18 +75,18 @@ These differences are explained below.
75
75
### Version 1
76
76
77
77
Compose files that do not declare a version are considered "version 1". In those
78
-
files, all the [services](index.md#service-configuration-reference) are
78
+
files, all the [services](/compose/compose-file/index.md#service-configuration-reference) are
79
79
declared at the root of the document.
80
80
81
81
Version 1 is supported by **Compose up to 1.6.x**. It will be deprecated in a
82
82
future Compose release.
83
83
84
84
Version 1 files cannot declare named
85
-
[volumes](index.md#volume-configuration-reference), [networks](index.md#network-configuration-reference) or
86
-
[build arguments](index.md#args).
85
+
[volumes](/compose/compose-file/index.md#volume-configuration-reference), [networks](/compose/compose-file/index.md#network-configuration-reference) or
Copy file name to clipboardExpand all lines: docker-for-aws/faqs.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ This AWS documentation page will describe how you can tell if you have EC2-Class
46
46
### Possible fixes to the EC2-Classic region issue:
47
47
There are a few workarounds that you can try to get Docker for AWS up and running for you.
48
48
49
-
1. Create your own VPC, then [install Docker for AWS with a pre-existing VPC](index.md#install-with-an-existing-vpc).
49
+
1. Create your own VPC, then [install Docker for AWS with a pre-existing VPC](/docker-for-aws/index.md#install-with-an-existing-vpc).
50
50
2. Use a region that doesn't have **EC2-Classic**. The most common region with this issue is `us-east-1`. So try another region, `us-west-1`, `us-west-2`, or the new `us-east-2`. These regions will more then likely be setup with **EC2-VPC** and you will not longer have this issue.
51
51
3. Create an new AWS account, all new accounts will be setup using **EC2-VPC** and will not have this problem.
52
52
4. Contact AWS support to convert your **EC2-Classic** account to a **EC2-VPC** account. For more information checkout the following answer for **"Q. I really want a default VPC for my existing EC2 account. Is that possible?"** on https://aws.amazon.com/vpc/faqs/#Default_VPCs
@@ -61,7 +61,7 @@ There are a few workarounds that you can try to get Docker for AWS up and runnin
61
61
62
62
## Can I use my existing VPC?
63
63
64
-
Yes, see [install Docker for AWS with a pre-existing VPC](index.md#install-with-an-existing-vpc) for more info.
64
+
Yes, see [install Docker for AWS with a pre-existing VPC](/docker-for-aws/index.md#install-with-an-existing-vpc) for more info.
Copy file name to clipboardExpand all lines: docker-for-aws/release-notes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ Release date: 02/16/2017
123
123
**New**
124
124
125
125
- Docker Engine upgraded to [Docker 1.13.1](https://github.com/docker/docker/blob/master/CHANGELOG.md)
126
-
- Added a second CloudFormation template that allows you to [install Docker for AWS into a pre-existing VPC](index.md#install-into-an-existing-vpc).
126
+
- Added a second CloudFormation template that allows you to [install Docker for AWS into a pre-existing VPC](/docker-for-aws/index.md#install-into-an-existing-vpc).
127
127
- Added Swarm wide support for [persistent storage volumes](persistent-data-volumes.md)
Copy file name to clipboardExpand all lines: docker-for-mac/release-notes.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -637,7 +637,7 @@ events or unexpected unmounts.
637
637
638
638
**New**
639
639
640
-
- More options when moving disk image (see [Storage location](index.md#storage-location) under Advanced preference settings)
640
+
- More options when moving disk image (see [Storage location](/docker-for-mac/index.md#storage-location) under Advanced preference settings)
641
641
- Filesharing and daemon table empty fields are editable
642
642
- DNS forwarder ignores responses from malfunctioning servers ([docker/for-mac#1025](https://github.com/docker/for-mac/issues/1025))
643
643
- DNS forwarder send all queries in parallel, process results in order
@@ -820,9 +820,9 @@ events or unexpected unmounts.
820
820
821
821
**New**
822
822
823
-
- Dedicated preference pane for advanced configuration of the docker daemon (edit daemon.json). See [[Daemon Advanced (JSON configuration file)](index.md#daemon-advanced-json-configuration-file).
823
+
- Dedicated preference pane for advanced configuration of the docker daemon (edit daemon.json). See [[Daemon Advanced (JSON configuration file)](/docker-for-mac/index.md#daemon-advanced-json-configuration-file).
824
824
825
-
- Docker Experimental mode can be toggled. See [Daemon Basic (experimental mode and registries)](index.md#daemon-basic-experimental-mode-and-registries).
825
+
- Docker Experimental mode can be toggled. See [Daemon Basic (experimental mode and registries)](/docker-for-mac/index.md#daemon-basic-experimental-mode-and-registries).
826
826
827
827
**Upgrades**
828
828
@@ -1116,7 +1116,7 @@ events or unexpected unmounts.
1116
1116
1117
1117
**New**
1118
1118
1119
-
* Docker for Mac is now available from 2 channels: **stable** and **beta**. New features and bug fixes will go out first in auto-updates to users in the beta channel. Updates to the stable channel are much less frequent and happen in sync with major and minor releases of the Docker engine. Only features that are well-tested and ready for production are added to the stable channel releases. For downloads of both and more information, see the [Getting Started](index.md#download-docker-for-mac).
1119
+
* Docker for Mac is now available from 2 channels: **stable** and **beta**. New features and bug fixes will go out first in auto-updates to users in the beta channel. Updates to the stable channel are much less frequent and happen in sync with major and minor releases of the Docker engine. Only features that are well-tested and ready for production are added to the stable channel releases. For downloads of both and more information, see the [Getting Started](/docker-for-mac/index.md#download-docker-for-mac).
Copy file name to clipboardExpand all lines: docker-for-mac/troubleshoot.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ See also, the discussion on the issue [docker/for-mac#1209](https://github.com/d
153
153
If you are using mounted volumes and get runtime errors indicating an
154
154
application file is not found, a volume mount is denied, or a service cannot
155
155
start (e.g., with [Docker Compose](/compose/gettingstarted.md)), you might
156
-
need to enable [file sharing](index.md#file-sharing).
156
+
need to enable [file sharing](/docker-for-mac/index.md#file-sharing).
157
157
158
158
Volume mounting requires shared drives for projects that live outside of the
159
159
`/Users` directory. Go to {:
@@ -257,7 +257,7 @@ know before you install](install.md#what-to-know-before-you-install).
257
257
Pulling repository docker.io/library/busybox
258
258
Network timed out while trying to connect to https://index.docker.io/v1/repositories/library/busybox/images. You may want to check your internet connection or if you are behind a proxy.
259
259
260
-
Starting with v1.12.1, 2016-09016 on the stable channel, and Beta 24 on the beta channel, a workaround is provided that auto-filters out the IPv6 addresses in DNS server lists and enables successful network accesss. For example, `2001:4860:4860::8888` would become `8.8.8.8`. So, the only workaround action needed for users is to [upgrade to Docker for Mac stable v1.12.1 or newer, or Beta 24 or newer](index.md#download-docker-for-mac).
260
+
Starting with v1.12.1, 2016-09016 on the stable channel, and Beta 24 on the beta channel, a workaround is provided that auto-filters out the IPv6 addresses in DNS server lists and enables successful network accesss. For example, `2001:4860:4860::8888` would become `8.8.8.8`. So, the only workaround action needed for users is to [upgrade to Docker for Mac stable v1.12.1 or newer, or Beta 24 or newer](/docker-for-mac/install.md#download-docker-for-mac).
261
261
262
262
On releases with the workaround included to filter out / truncate IPv6 addresses from the DNS list, the above command should run properly:
experimental features in Docker Engine</a> enabled by default. Experimental mode can be toggled on and off in [preferences](index.md#daemon-experimental-mode).
29
+
experimental features in Docker Engine</a> enabled by default. Experimental mode can be toggled on and off in [preferences](/docker-for-windows/index.md#daemon-experimental-mode).
30
30
31
31
We welcome your
32
-
[feedback](index.md#giving-feedback-and-getting-help) to help us improve Docker for Windows.
32
+
[feedback](/docker-for-windows/index.md#giving-feedback-and-getting-help) to help us improve Docker for Windows.
- Windows containers: Restart from the settings panel works
738
738
- Windows containers: Factory default
739
739
- Windows containers: `Daemon.json` can be modified
@@ -1071,7 +1071,7 @@ Unreleased. See Beta 23 for changes.
1071
1071
1072
1072
**New**
1073
1073
1074
-
* Docker for Windows is now available from 2 channels: **stable** and **beta**. New features and bug fixes will go out first in auto-updates to users in the beta channel. Updates to the stable channel are much less frequent and happen in sync with major and minor releases of the Docker engine. Only features that are well-tested and ready for production are added to the stable channel releases. For downloads of both and more information, see the [Getting Started](index.md#download-docker-for-windows).
1074
+
* Docker for Windows is now available from 2 channels: **stable** and **beta**. New features and bug fixes will go out first in auto-updates to users in the beta channel. Updates to the stable channel are much less frequent and happen in sync with major and minor releases of the Docker engine. Only features that are well-tested and ready for production are added to the stable channel releases. For downloads of both and more information, see the [Getting Started](/docker-for-windows/index.md#download-docker-for-windows).
1075
1075
1076
1076
* Removed the docker host name. Containers with exported ports are reachable via localhost.
0 commit comments