{{ 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 or page.api_tabs %}{% capture content %} {% capture enterprise_advisory %}
{% if page.whole_page_ee %}{{ enterprise_advisory }}{% endif %}{% endcapture %} {% if page.intro %}{{ page.intro | markdownify }}{% else %}{{ page.description | markdownify }}{% endif %} {% if page.ui_tabs %}These instructions require Docker Enterprise
The UI instructions shown here are for the dashboard provided with Docker Enterprise Standard or higher.
In the UI
{% unless page.whole_page_ee %}{{ enterprise_advisory }}{% endunless %}In the CLI
In the API
Next steps
-
{% for step in page.next_steps %}
- {{ step.title }} {% endfor %}