{% if page.path contains "index.md" %} {% capture basehref %}{{ page.url }}{% endcapture %} {% else %} {% assign crumbs = page.url | split: '/' %} {% assign stoppingpoint = crumbs | size | minus: 1 %} {% assign output = "" %} {% for crumb in crumbs %} {% if forloop.index == stoppingpoint %} {% capture basehref %}{{basehref}}{{ crumb }}/{% endcapture %} {% break %} {% else %} {% capture basehref %}{{basehref}}{{ crumb }}/{% endcapture %} {% endif %} {% endfor %} {% endif %} Docker Docs{% if page.title %}: {{ page.title }}{% endif %}
{{ content }} {% if page.noratings != true %}
chat icon Feedback? Questions? Suggestions?
Edit this page, file a ticket, or rate this page:
{% endif %}
{% if page.notoc != true %} {% endif %}