We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0035868 commit 8004050Copy full SHA for 8004050
_includes/cli.md
@@ -71,6 +71,16 @@ your client and daemon API versions.
71
{% endcapture %}{{ command-orchestrator }}
72
73
74
+{% if controller_data.aliases %}
75
+{% assign aliases = controller_data.aliases | split: ', ' %}
76
+### Aliases
77
+
78
+The following commands are equivalent and redirect here:
79
+{% for alias in aliases %}
80
+{%- assign fname = alias | remove_first: "docker " | replace: " ", "_" -%}
81
+- [{{ alias }}](/engine/reference/commandline/{{ fname }}/)
82
+{% endfor -%}
83
+{% endif %}
84
{% if controller_data.usage %}
85
86
## Usage
0 commit comments