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
Copy file name to clipboardExpand all lines: _includes/cli.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,17 @@
8
8
9
9
{% if controller_data.min_api_version %}
10
10
11
-
<ahref="/engine/api/v{{ controller_data.min_api_version }}/"target="_blank"class="_"><spanclass="badge badge-info"data-toggle="tooltip"data-placement="right"title="Open the {{ controller_data.min_api_version }} API reference (in a new window)">API {{ controller_data.min_api_version }}+</span></a>
11
+
<ahref="/engine/api/v{{ controller_data.min_api_version }}/"target="_blank"rel="noopener"class="_"><spanclass="badge badge-info"data-toggle="tooltip"data-placement="right"title="Open the {{ controller_data.min_api_version }} API reference (in a new window)">API {{ controller_data.min_api_version }}+</span></a>
to use this command. Use the `docker version` command on the client to check
15
15
your client and daemon API versions.
16
16
17
17
{% endif %}
18
18
19
19
{% if controller_data.deprecated %}
20
20
21
-
> This command is [deprecated](/engine/deprecated/){: target="_blank" class="_"}.
21
+
> This command is [deprecated](/engine/deprecated/){: target="_blank" rel="noopener" class="_"}.
22
22
>
23
23
> It may be removed in a future Docker version.
24
24
{: .warning }
@@ -29,7 +29,7 @@ your client and daemon API versions.
29
29
30
30
> This command is only available on Docker Enterprise Edition.
31
31
>
32
-
> Learn more about [Docker Enterprise products](/ee/supported-platforms/){: target="_blank" class="_"}.
32
+
> Learn more about [Docker Enterprise products](/ee/supported-platforms/){: target="_blank" rel="noopener" class="_"}.
33
33
{: .important }
34
34
35
35
{% endif %}
@@ -115,10 +115,10 @@ For example uses of this command, refer to the [examples section](#examples) bel
115
115
</thead>
116
116
<tbody>
117
117
{% for option in alloptions %}
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 %}
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%}
118
+
{% capture deprecated-badge %}{% if option.deprecated %}<ahref="/engine/deprecated/"target="_blank"rel="noopener"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"rel="noopener"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"rel="noopener"class="_"><spanclass="badge badge-warning"data-toggle="tooltip"title="Read about experimental CLI options (in a new window).">experimental (CLI)</span></a>{% endif %}{% endcapture %}
121
+
{% capture min-api %}{% if option.min_api_version %}<ahref="/engine/api/v{{ option.min_api_version }}/"target="_blank"rel="noopener"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%}
122
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 %}
If you're interested in trying out a pre-release build, you can download release
219
-
candidates from the [Compose repository release page on GitHub](https://github.com/docker/compose/releases){: target="_blank" class="_"}.
219
+
candidates from the [Compose repository release page on GitHub](https://github.com/docker/compose/releases){: target="_blank" rel="noopener" class="_"}.
220
220
Follow the instructions from the link, which involves running the `curl` command
221
221
in your terminal to download the binaries.
222
222
223
223
Pre-releases built from the "master" branch are also available for download at
Copy file name to clipboardExpand all lines: desktop/enterprise/admin/install/mac.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This page contains information about the system requirements and specific instru
10
10
11
11
[Download Docker Desktop Enterprise for Mac](https://download.docker.com/mac/enterprise/Docker.pkg){: .button .outline-btn}
12
12
13
-
> **Note:** By downloading DDE, you agree to the terms of the [Docker Software End User License Agreement](https://www.docker.com/legal/docker-software-end-user-license-agreement){: target="_blank" class="_"} and the [Docker Data Processing Agreement (DPA)](https://www.docker.com/legal/data-processing-agreement){: target="_blank" class="_"}.
13
+
> **Note:** By downloading DDE, you agree to the terms of the [Docker Software End User License Agreement](https://www.docker.com/legal/docker-software-end-user-license-agreement){: target="_blank" rel="noopener" class="_"} and the [Docker Data Processing Agreement (DPA)](https://www.docker.com/legal/data-processing-agreement){: target="_blank" rel="noopener" class="_"}.
0 commit comments