{% if page.path contains "index.md" %} {% capture basehref %}{{ page.url }}{% endcapture %} {% else %} {% assign crumbs = page.url | split: '/' %} {% assign stoppingpoint = crumbs | size | minus: 1 %} {% for crumb in crumbs %} {% if forloop.index == stoppingpoint %} {% capture basehref %}{{basehref}}{{ crumb }}/{% endcapture %} {% break %} {% else %} {% capture basehref %}{{basehref}}{{ crumb }}/{% endcapture %} {% endif %} {% endfor %} {% endif %} {% assign edit_url = "https://github.com/docker/docker.github.io/edit/master/" | append: page.path %} {% for entry in site.data.not_edited_here.overrides %} {% if page.url contains entry.path %} {% if entry.source %}{% assign edit_url = entry.source %}{% else %}{% assign edit_url = "" %}{% endif %} {% break %} {% endif %} {% endfor %} {% if site.GH_ENV == "gh_pages" %}{% endif %} {% seo %} {% if page.hide_from_sitemap %}{% endif %}
{% if page.title %}

{{ page.title }}

{% endif %} {% if page.advisory %}
{{ site.data.advisories.texts[page.advisory] | markdownify }}
{% endif %} {% include read_time.html %} {{ content }} {% if page.noratings != true %}
chat icon Feedback? Suggestions? Can't find something in the docs?
{% if edit_url != "" %} Edit this page {% endif %} Request docs changes Get support
Rate this page:
{% endif %}
{% if page.notoc != true %} {% endif %}