Skip to content

Commit 7ce11ce

Browse files
authored
Merge pull request docker#11589 from thaJeztah/dde_images
DDE: fix various broken links and links to images
2 parents 82b0e8c + e238ba1 commit 7ce11ce

File tree

10 files changed

+81
-83
lines changed

10 files changed

+81
-83
lines changed

desktop/enterprise/admin/configure/mac-admin.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,15 @@ Parameter values and descriptions for environment configuration on Mac:
141141
| `swapMiB` | Specifies the amount of memory in MiB (1 MiB = 1048576 bytes) allocated for the swap file. |
142142
| `dataFolder` | Specifies the directory containing the VM disk files. |
143143
| `diskSizeMiB` | Specifies the amount of disk storage in MiB (1 MiB = 1048576 bytes) allocated for images and containers. |
144-
| `dockerDaemonOptions` | Overrides the options in the linux daemon config file. For more information, see [Docker engine reference](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file). |
144+
| `dockerDaemonOptions` | Overrides the options in the linux daemon config file. For more information, see [Docker engine reference](/engine/reference/commandline/dockerd/#daemon-configuration-file). |
145145
| (End of `linuxVM` section.) | |
146146
| `kubernetes` | Parameters and settings related to kubernetes options - grouped together here for convenience. |
147147
| `enabled` | If `locked` is set to `true`, the Kubernetes cluster starts when Docker Desktop Enterprise is started. |
148148
| `showSystemContainers` | If true, displays Kubernetes internal containers when running docker commands such as `docker ps`. |
149149
| `podNetworkCIDR` | This is currently unimplemented. `locked` must be set to true. |
150150
| `serviceCIDR` | This is currently unimplemented. `locked` must be set to true. |
151151
| (End of `kubernetes` section.) | |
152-
|`template`|Parameters and settings related to Docker Template and Application Designer - grouped together in this example for convenience. For more information, see [`Docker template config`](/engine/reference/commandline/template_config/).|
152+
|`template`|Parameters and settings related to Docker Template and Application Designer - grouped together in this example for convenience. |
153153
|`defaultOrg`| Specifies the default organization to be used in Docker Template and Docker Application Designer. If `locked` is set to `true`, the Kubernetes cluster starts when Docker Desktop Enterprise is started. |
154154
|`defaultRegistry`|Specifies the default registry to be used in Docker Template and Application Designer.|
155155
|`repositories`|Lists the repositories that are allowed.|

desktop/enterprise/admin/configure/windows-admin.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -185,18 +185,18 @@ Parameter values and descriptions for environment configuration on Windows:
185185
| `vpnkitCIDR` | Specifies the subnet used for VPNKit networking and drive sharing. The chosen subnet must not conflict with other resources on your network. |
186186
| `useDnsForwarder` | If `value` is set to `true`, this automatically determines the upstream DNS servers based on the host's network adapters. |
187187
| `dns` | If `value` for `useDnsForwarder` is set to `false`, the Linux VM uses the server information in this `value` setting for DNS resolution. |
188-
| `dockerDaemonOptions` | Overrides the options in the Linux daemon config file. For more information, see [Docker engine reference](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file). |
188+
| `dockerDaemonOptions` | Overrides the options in the Linux daemon config file. For more information, see [Docker engine reference](/engine/reference/commandline/dockerd/#daemon-configuration-file). |
189189
| (End of `linuxVM` section.) | |
190190
| `windows` | Parameters and settings related to the Windows daemon-related options - grouped together in this example for convenience. |
191-
| `dockerDaemonOptions` | Overrides the options in the Windows daemon config file. For more information, see [Docker engine reference](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file). |
191+
| `dockerDaemonOptions` | Overrides the options in the Windows daemon config file. For more information, see [Docker engine reference](/engine/reference/commandline/dockerd/#daemon-configuration-file). |
192192
| (End of `windows` section.) | |
193193
| `kubernetes` | Parameters and settings related to kubernetes options - grouped together here for convenience. |
194194
| `enabled` | If `locked` is set to `true`, the Kubernetes cluster starts when Docker Desktop Enterprise is started. |
195195
| `showSystemContainers` | If true, displays Kubernetes internal containers when running docker commands such as `docker ps`. |
196196
| `podNetworkCIDR` | This is currently unimplemented. `locked` must be set to true. |
197197
| `serviceCIDR` | This is currently unimplemented. `locked` must be set to true. |
198198
| (End of `kubernetes` section.) | |
199-
|`template`|Parameters and settings related to Docker Template and Application Designer - grouped together in this example for convenience. For more information, see [`Docker template config`](/engine/reference/commandline/template_config/).|
199+
|`template`|Parameters and settings related to Docker Template and Application Designer - grouped together in this example for convenience. |
200200
|`defaultOrg`| Specifies the default organization to be used in Docker Template and Docker Application Designer. If `locked` is set to `true`, the Kubernetes cluster starts when Docker Desktop Enterprise is started. |
201201
|`defaultRegistry`|Specifies the default registry to be used in Docker Template and Application Designer.|
202202
|`repositories`|Lists the repositories that are allowed.|

desktop/enterprise/admin/install/mac.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Double-click the `.pkg` file to begin the installation and follow the on-screen
3434

3535
Mac administrators can use the command line option `\$ sudo installer -pkg Docker.pkg -target /` for fine tuning and mass installation. After running this command, you can start Docker Desktop from the Applications folder on each machine.
3636

37-
Administrators can configure additional settings by modifying the administrator configuration file. For more information, see [Configure Desktop Enterprise for Mac](/desktop/enterprise/admin/configure/mac-admin).
37+
Administrators can configure additional settings by modifying the administrator configuration file. For more information, see [Configure Desktop Enterprise for Mac](../configure/mac-admin.md).
3838

3939
## License file
4040

desktop/enterprise/app-designer.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ The Application Designer helps Docker developers quickly create new
1212
Docker apps using a library of templates. To start the Application
1313
Designer, select the **Design new application** menu entry.
1414

15-
![The Application Designer lets you choose an existing template or create a custom application.](./images/app-design-start.png "Application Designer")
15+
![The Application Designer lets you choose an existing template or create a custom application.](/desktop/enterprise/images/app-design-start.png "Application Designer")
1616

1717
The list of available templates is provided:
1818

19-
![You can tab through the available application templates. A description of each template is provided.](./images/app-design-choose.png "Available templates for application creation")
19+
![You can tab through the available application templates. A description of each template is provided.](/desktop/enterprise/images/app-design-choose.png "Available templates for application creation")
2020

2121
After selecting a template, you can then customize your application, For
2222
example, if you select **Flask / NGINX / MySQL**, you can then
@@ -25,19 +25,19 @@ example, if you select **Flask / NGINX / MySQL**, you can then
2525

2626
- choose different external ports:
2727

28-
![You can customize your application, which includes specifying database, proxy, and other details.](./images/app-design-custom.png "Customizing your application")
28+
![You can customize your application, which includes specifying database, proxy, and other details.](/desktop/enterprise/images/app-design-custom.png "Customizing your application")
2929

3030
You can then name your application and customize the disk location:
3131

32-
![You can also customize the name and location of your application.](./images/app-design-custom2.png "Naming and specifying a location for your application")
32+
![You can also customize the name and location of your application.](/desktop/enterprise/images/app-design-custom2.png "Naming and specifying a location for your application")
3333

3434
When you select **Assemble**, your application is created.
3535

36-
![When you assemble your application, a status screen is displayed.](./images/app-design-test.png "Assembling your application")
36+
![When you assemble your application, a status screen is displayed.](/desktop/enterprise/images/app-design-test.png "Assembling your application")
3737

3838
Once assembled, the following screen allows you to run the application. Select **Run application** to pull the images and start the containers:
3939

40-
![When you run your application, the terminal displays output from the application.](./images/app-design-run.png "Running your application")
40+
![When you run your application, the terminal displays output from the application.](/desktop/enterprise/images/app-design-run.png "Running your application")
4141

4242
Use the corresponding buttons to start and stop your application. Select **Open in Finder** on Mac or **Open in Explorer** on Windows to
4343
view application files on disk. Select **Open in Visual Studio Code** to open files with an editor. Note that debug logs from the application are displayed in the lower part of the Application Designer

desktop/enterprise/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ redirect_from:
88

99
Welcome to Docker Desktop Enterprise. This page contains information about the Docker Desktop Enterprise (DDE) release. For information about Docker Desktop Community, see:
1010

11-
- [Docker Desktop for Mac (Community)](/docker-for-mac/){: target="_blank" rel="noopener" class="_"}
11+
- [Docker Desktop for Mac (Community)](../../docker-for-mac/index.md)
1212

13-
- [Docker Desktop for Windows (Community)](/docker-for-windows/){: target="_blank" rel="noopener" class="_"}
13+
- [Docker Desktop for Windows (Community)](../../docker-for-windows/index.md)
1414

1515
Docker Desktop Enterprise provides local development, testing, and building of Docker applications on Mac and Windows. With work performed locally, developers can leverage a rapid feedback loop before pushing code or Docker images to shared servers / continuous integration infrastructure.
1616

desktop/enterprise/release-notes.md

+26-26
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ This page contains information about the new features, improvements, known issue
1212

1313
For information on system requirements, installation, and download, see:
1414

15-
- [Install Docker Desktop Enterprise on Mac](/desktop/enterprise/admin/install/mac)
16-
- [Install Docker Desktop Enterprise on Windows](/desktop/enterprise/admin/install/windows)
15+
- [Install Docker Desktop Enterprise on Mac](admin/install/mac.md)
16+
- [Install Docker Desktop Enterprise on Windows](admin/install/windows.md)
1717

18-
For Docker Enterprise Engine release notes, see [Docker Engine release notes](/engine/release-notes).
18+
For Docker Engine release notes, see [Docker Engine release notes](../../engine/release-notes/index.md).
1919

2020
## Version 2.3.0.0
2121
2020-04-22
2222

2323
Docker Desktop Enterprise 2.3.0.0 contains a Kubernetes upgrade. Note that your local Kubernetes cluster in Version Pack 3.0 will be reset after installing this version.
2424

2525
This version includes all the bug fixes and minor changes between Docker Desktop Community versions 2.1.0.1 and 2.3.0.0. For details see:
26-
- [Docker Desktop Community release notes on Mac](/docker-for-mac/release-notes)
27-
- [Docker Desktop Community release notes on Windows](/docker-for-windows/release-notes)
26+
- [Docker Desktop Community release notes on Mac](../../docker-for-mac/release-notes.md)
27+
- [Docker Desktop Community release notes on Windows](../../docker-for-windows/release-notes.md)
2828

2929
### Bug fixes and minor changes
3030

@@ -37,8 +37,8 @@ This version includes all the bug fixes and minor changes between Docker Desktop
3737
Docker Desktop Enterprise 2.3.0.0 contains a change in the configuration file format.
3838

3939
For more information, see:
40-
- [Update Docker Desktop Enterprise configuration file from version 1 to 2 on Mac](/desktop/enterprise/admin/configure/mac-admin/#from-version-1-to-2)
41-
- [Update Docker Desktop Enterprise configuration file from version 1 to 2 on Windows](/desktop/enterprise/admin/configure/windows-admin/#from-version-1-to-2)
40+
- [Update Docker Desktop Enterprise configuration file from version 1 to 2 on Mac](admin/configure/mac-admin.md#from-version-1-to-2)
41+
- [Update Docker Desktop Enterprise configuration file from version 1 to 2 on Windows](admin/configure/windows-admin.md#from-version-1-to-2)
4242

4343
## Version 2.1.0.9
4444
2020-03-13
@@ -54,18 +54,18 @@ Docker Desktop Enterprise 2.1.0.8 contains a Kubernetes upgrade. Note that your
5454

5555
### Upgrades
5656

57-
- [Docker 19.03.5](https://docs.docker.com/engine/release-notes/#19035/) in Version Pack Enterprise 3.0
57+
- [Docker 19.03.5](/engine/release-notes/#19035) in Version Pack Enterprise 3.0
5858
- [Kubernetes 1.14.8](https://github.com/kubernetes/kubernetes/releases/tag/v1.14.8) in Version Pack Enterprise 3.0
59-
- [Docker 18.09.11](https://docs.docker.com/engine/release-notes/#180911) in Version Pack Enterprise 2.1
60-
- [Docker 17.06.2-ee-25](https://docs.docker.com/engine/release-notes/#17062-ee-25) in Version Pack Enterprise 2.0
59+
- [Docker 18.09.11](/engine/release-notes/#180911) in Version Pack Enterprise 2.1
60+
- [Docker 17.06.2-ee-25](/engine/release-notes/#17062-ee-25) in Version Pack Enterprise 2.0
6161
- [Go 1.12.13](https://golang.org/doc/devel/release.html#go1.12)
6262

6363
## Version 2.1.0.7
6464
2019-10-18
6565

6666
### Upgrades
6767

68-
[Docker 19.03.4](https://docs.docker.com/engine/release-notes/) in Version Pack Enterprise 3.0
68+
[Docker 19.03.4](/engine/release-notes/) in Version Pack Enterprise 3.0
6969

7070
## Version 2.1.0.6
7171
2019-10-08
@@ -74,7 +74,7 @@ Docker Desktop Enterprise 2.1.0.6 contains a Kubernetes upgrade. Note that your
7474

7575
### Upgrades
7676

77-
- [Docker 19.03.3](https://docs.docker.com/engine/release-notes/) in Version Pack Enterprise 3.0
77+
- [Docker 19.03.3](/engine/release-notes/) in Version Pack Enterprise 3.0
7878
- [Kubernetes 1.14.7](https://github.com/kubernetes/kubernetes/releases/tag/v1.14.7) in Version Pack Enterprise 3.0
7979
- [Go 1.12.10](https://github.com/golang/go/issues?q=milestone%3AGo1.12.10+label%3ACherryPickApproved)
8080
- Application Designer 0.1.8
@@ -97,7 +97,7 @@ Docker Desktop Enterprise 2.1.0.3 contains a Kubernetes upgrade. Note that your
9797

9898
### Upgrades
9999

100-
- [Docker 19.03.2](https://docs.docker.com/engine/release-notes/) in Version Pack Enterprise 3.0
100+
- [Docker 19.03.2](/engine/release-notes/) in Version Pack Enterprise 3.0
101101
- [Kubernetes 1.14.6](https://github.com/kubernetes/kubernetes/releases/tag/v1.14.6) in Version Pack Enterprise 3.0
102102
- [Go 1.12.9](https://github.com/golang/go/issues?q=milestone%3AGo1.12.9+label%3ACherryPickApproved) in Version Pack Enterprise 3.0
103103
- [Qemu 4.1.0](https://github.com/docker/binfmt) to cross-compile ARM devices
@@ -115,7 +115,7 @@ Docker Desktop Enterprise 2.1.0.3 contains a Kubernetes upgrade. Note that your
115115

116116
### Upgrades
117117

118-
- [Docker 19.03.1](https://docs.docker.com/engine/release-notes/) in Version Pack Enterprise 3.0.
118+
- [Docker 19.03.1](/engine/release-notes/) in Version Pack Enterprise 3.0.
119119

120120
## Version 2.1.0.1
121121
2019-07-22
@@ -124,14 +124,14 @@ Docker Desktop Enterprise 2.1.0.1 contains a Kubernetes upgrade. Note that your
124124

125125
### Upgrades
126126

127-
- [Docker 19.03.0](https://docs.docker.com/engine/release-notes/) in Version Pack Enterprise 3.0
127+
- [Docker 19.03.0](/engine/release-notes/) in Version Pack Enterprise 3.0
128128
- [Kubernetes 1.14.3](https://github.com/kubernetes/kubernetes/releases/tag/v1.14.3) in Version Pack Enterprise 3.0
129129
- [Compose on Kubernetes 0.4.23](https://github.com/docker/compose-on-kubernetes/releases/tag/v0.4.23) in Version Pack Enterprise 3.0
130130
- [Docker Compose 1.24.1](https://github.com/docker/compose/releases/tag/1.24.1)
131-
- [Docker 18.09.8](https://docs.docker.com/engine/release-notes/) in Version Pack Enterprise 2.1
132-
- [Docker 17.06.2-ee-23](https://docs.docker.com/engine/release-notes/) in Version Pack Enterprise 2.0
131+
- [Docker 18.09.8](/engine/release-notes/) in Version Pack Enterprise 2.1
132+
- [Docker 17.06.2-ee-23](/engine/release-notes/) in Version Pack Enterprise 2.0
133133
- [Docker Credential Helpers 0.6.3](https://github.com/docker/docker-credential-helpers/releases/tag/v0.6.3)
134-
- [Application Designer 0.1.4](/desktop/enterprise/app-designer/)
134+
- [Application Designer 0.1.4](app-designer.md)
135135

136136
### Known issue
137137

@@ -146,7 +146,7 @@ Workaround: After signing back into Windows, when Docker Desktop has started, ri
146146

147147
### Upgrades
148148

149-
- [Docker 19.03.0-rc2](https://docs.docker.com/engine/release-notes/) in Version Pack Enterprise 3.0
149+
- [Docker 19.03.0-rc2](/engine/release-notes/) in Version Pack Enterprise 3.0
150150
- Application Designer 0.1.3
151151

152152
### Bug fixes and minor changes
@@ -162,7 +162,7 @@ Workaround: After signing back into Windows, when Docker Desktop has started, ri
162162

163163
### Upgrades
164164

165-
- [Docker 19.03.0-rc1](https://docs.docker.com/engine/release-notes/) in Enterprise 3.0 version pack
165+
- [Docker 19.03.0-rc1](/engine/release-notes/) in Enterprise 3.0 version pack
166166
- Application Designer 0.1.2
167167
- [Qemu 4.0.0](https://github.com/docker/binfmt) to cross-compile ARM devices
168168

@@ -180,8 +180,8 @@ Workaround: After signing back into Windows, when Docker Desktop has started, ri
180180

181181
### Upgrades
182182

183-
- [Docker 19.03.0-beta4](https://docs.docker.com/engine/release-notes/) in Enterprise 3.0 version pack
184-
- [Docker 18.09.6](https://docs.docker.com/engine/release-notes/), [Kubernetes 1.11.10](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v11110) in Enterprise 2.1 version pack
183+
- [Docker 19.03.0-beta4](/engine/release-notes/) in Enterprise 3.0 version pack
184+
- [Docker 18.09.6](/engine/release-notes/), [Kubernetes 1.11.10](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v11110) in Enterprise 2.1 version pack
185185
- [LinuxKit v0.7](https://github.com/linuxkit/linuxkit/releases/tag/v0.7)
186186

187187
### Bug fixes and minor changes
@@ -201,7 +201,7 @@ Workaround: After signing back into Windows, when Docker Desktop has started, ri
201201

202202
### Upgrades
203203

204-
- [Docker Engine 19.03.0-beta2](https://docs.docker.com/engine/release-notes/) for Version Pack Enterprise 3.0.
204+
- [Docker Engine 19.03.0-beta2](/engine/release-notes/) for Version Pack Enterprise 3.0.
205205

206206
## Version 2.0.0.2
207207
2019-04-19
@@ -210,15 +210,15 @@ Workaround: After signing back into Windows, when Docker Desktop has started, ri
210210

211211
### New
212212

213-
- Version Pack Enterprise 3.0 with [Docker Engine 19.03.0-beta1](https://docs.docker.com/engine/release-notes/) and [Kubernetes 1.14.1](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#changelog-since-v1141)
213+
- Version Pack Enterprise 3.0 with [Docker Engine 19.03.0-beta1](/engine/release-notes/) and [Kubernetes 1.14.1](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#changelog-since-v1141)
214214

215215
- Application Designer now includes new templates for AngularJS and VueJS.
216216

217217
### Upgrades
218218

219219
- [Docker Compose 1.24.0](https://github.com/docker/compose/releases/tag/1.24.0)
220-
- [Docker Engine 18.09.5](https://docs.docker.com/engine/release-notes/), [Kubernetes 1.11.7](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1117) and [Compose on Kubernetes 0.4.22](https://github.com/docker/compose-on-kubernetes/releases/tag/v0.4.22) for Version Pack Enterprise 2.1
221-
- [Docker Engine 17.06.2-ee-21](https://docs.docker.com/engine/release-notes/) for Version Pack Enterprise 2.0
220+
- [Docker Engine 18.09.5](/engine/release-notes/), [Kubernetes 1.11.7](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1117) and [Compose on Kubernetes 0.4.22](https://github.com/docker/compose-on-kubernetes/releases/tag/v0.4.22) for Version Pack Enterprise 2.1
221+
- [Docker Engine 17.06.2-ee-21](/engine/release-notes/) for Version Pack Enterprise 2.0
222222

223223
### Bug fixes and minor changes
224224

0 commit comments

Comments
 (0)