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
@@ -116,27 +115,22 @@ For example uses of this command, refer to the [examples section](#examples) bel
116
115
</thead>
117
116
<tbody>
118
117
{% for option in alloptions %}
119
-
120
-
{% capture deprecated-badge %}{% if option.deprecated %}<ahref="/engine/deprecated.md"target="_blank"class="_"><spanclass="badge badge-danger"data-toggle="tooltip"title="Read the deprecation reference (in a new window).">deprecated</span></a>{% endif %}{% endcapture %}
121
-
{% capture experimental-daemon-badge %}{% if option.experimental %}<ahref="/engine/reference/commandline/dockerd.md#daemon-configuration-file"target="_blank"class="_"><spanclass="badge badge-warning"data-toggle="tooltip"title="Read about experimental daemon options (in a new window).">experimental (daemon)</span></a>{% endif %}{% endcapture %}
122
-
{% capture experimental-cli-badge %}{% if option.experimentalcli %}<ahref="/engine/reference/commandline/cli.md#configuration-files"target="_blank"class="_"><spanclass="badge badge-warning"data-toggle="tooltip"title="Read about experimental CLI options (in a new window).">experimental (CLI)</span></a>{% endif %}{% endcapture %}
118
+
{% capture deprecated-badge %}{% if option.deprecated %}<ahref="/engine/deprecated/"target="_blank"class="_"><spanclass="badge badge-danger"data-toggle="tooltip"title="Read the deprecation reference (in a new window).">deprecated</span></a>{% endif %}{% endcapture %}
119
+
{% capture experimental-daemon-badge %}{% if option.experimental %}<ahref="/engine/reference/commandline/dockerd/#daemon-configuration-file"target="_blank"class="_"><spanclass="badge badge-warning"data-toggle="tooltip"title="Read about experimental daemon options (in a new window).">experimental (daemon)</span></a>{% endif %}{% endcapture %}
120
+
{% capture experimental-cli-badge %}{% if option.experimentalcli %}<ahref="/engine/reference/commandline/cli/#configuration-files"target="_blank"class="_"><spanclass="badge badge-warning"data-toggle="tooltip"title="Read about experimental CLI options (in a new window).">experimental (CLI)</span></a>{% endif %}{% endcapture %}
123
121
{% capture min-api %}{% if option.min_api_version %}<ahref="/engine/api/v{{ option.min_api_version }}/"target="_blank"class="_"><spanclass="badge badge-info"data-toggle="tooltip"ttitle="Open the {{ controller_data.min_api_version }} API reference (in a new window)">API {{ option.min_api_version }}+</span></a>{% endif %}{%endcapture%}
124
122
{% capture flag-orchestrator %}{% if option.swarm %}<spanclass="badge badge-info"data-toggle="tooltip"title="This option works for the Swarm orchestrator.">Swarm</span>{% endif %}{% if option.kubernetes %}<spanclass="badge badge-info"data-toggle="tooltip"title="This option works for the Kubernetes orchestrator.">Kubernetes</span>{% endif %}{% endcapture %}
Copy file name to clipboardExpand all lines: _includes/ee-linux-install-reuse.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ on {{ linux-dist-long }}:
23
23
Docker Engine - Community is _not_ supported on {{ linux-dist-long }}.
24
24
{% endif %}
25
25
{% if linux-dist == "centos" %}
26
-
For Docker Community Edition on {{ linux-dist-cap }}, see [Get Docker Engine - Community for CentOS](/engine/install/centos.md).
26
+
For Docker Community Edition on {{ linux-dist-cap }}, see [Get Docker Engine - Community for CentOS](/engine/install/centos/).
27
27
{% endif %}
28
28
29
29
{% elsif section == "find-ee-repo-url" %}
@@ -280,7 +280,7 @@ You only need to set up the repository once, after which you can install Docker
280
280
```
281
281
282
282
Docker Engine - Enterprise is installed and running. Use `sudo` to run Docker commands. See
283
-
[Linux postinstall](/engine/install/linux-postinstall.md){: target="_blank" class="_" } to allow
283
+
[Linux postinstall](/engine/install/linux-postinstall/){: target="_blank" class="_" } to allow
284
284
non-privileged users to run Docker commands.
285
285
286
286
@@ -351,7 +351,7 @@ To manually install Docker Enterprise, download the `.{{ package-format | downca
351
351
```
352
352
353
353
Docker Engine - Enterprise is installed and running. Use `sudo` to run Docker commands. See
354
-
[Linux postinstall](/engine/install/linux-postinstall.md){: target="_blank" class="_" } to allow
354
+
[Linux postinstall](/engine/install/linux-postinstall/){: target="_blank" class="_" } to allow
355
355
non-privileged users to run Docker commands.
356
356
357
357
</div>
@@ -394,7 +394,7 @@ To manually install Docker Enterprise, download the `.{{ package-format | downca
394
394
```
395
395
396
396
Docker Engine - Enterprise is installed and running. Use `sudo` to run Docker commands. See
397
-
[Linux postinstall](/engine/install/linux-postinstall.md){: target="_blank" class="_" } to allow
397
+
[Linux postinstall](/engine/install/linux-postinstall/){: target="_blank" class="_" } to allow
398
398
non-privileged users to run Docker commands.
399
399
400
400
</div>
@@ -444,7 +444,7 @@ To manually install Docker Enterprise, download the `.{{ package-format | downca
444
444
```
445
445
446
446
Docker Engine - Enterprise is installed and running. Use `sudo` to run Docker commands. See
447
-
[Linux postinstall](/engine/install/linux-postinstall.md){: target="_blank" class="_" } to allow
447
+
[Linux postinstall](/engine/install/linux-postinstall/){: target="_blank" class="_" } to allow
448
448
non-privileged users to run Docker commands.
449
449
{% endif %}
450
450
@@ -485,7 +485,7 @@ You must delete any edited configuration files manually.
485
485
486
486
{% elsif section == "linux-install-nextsteps" %}
487
487
488
-
- Continue to [Post-installation steps for Linux](/engine/install/linux-postinstall.md){: target="_blank" class="_" }
488
+
- Continue to [Post-installation steps for Linux](/engine/install/linux-postinstall/){: target="_blank" class="_" }
489
489
490
490
- Continue with user guides on [Universal Control Plane (UCP)](/ee/ucp/){: target="_blank" class="_" } and [Docker Trusted Registry (DTR)](/ee/dtr/){: target="_blank" class="_" }
0 commit comments