{{ site.name }}
{% else %} {% if page.title %}{{ page.title }}
{% endif %} {% if page.advisory %}{{ site.data.advisories.texts[page.advisory] | markdownify }}{% endif %}{% endif %} {% unless page.tree == false %}{% include read_time.html %}{% endunless %} {% if page.enterprise %}{% include ee_dropdown.html %}{% endif %} {% if page.ui_tabs or page.cli_tabs %} {{ page.description | markdownify }} {% if page.ui_tabs %}
{{ page.title }} in the UI
These instructions require Docker Enterprise
The UI instructions shown here are for the dashboard provided with Docker Enterprise Standard or higher.
{{ page.title }} in the CLI
Next steps
-
{% for step in page.next_steps %}
- {{ step.title }} {% endfor %}