Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.86 KB

docsarchive.md

File metadata and controls

54 lines (36 loc) · 1.86 KB
title
View the docs archives

This page lists the various ways you can view the docs as they were when a prior version of Docker was shipped.

Note: To access documentation for an unsupported version, refer to Accessing unsupported archived documentation.

{% for archive in site.data.docsarchive.archives %}

{% if archive.current %}

{{ archive.name }} (current)

Docs for {{ archive.name }} (current) are accessible at https://docs.docker.com/, or to view the docs offline on your local machine, run:

docker run -ti -p 4000:4000 {{ archive.image }}

{% else %}

{% if archive.name != 'edge' %}

{{ archive.name }}

Docs for {{ archive.name }} are accessible at [https://docs.docker.com/{{ archive.name }}/](/{{ archive.name }}/), or to view the docs offline on your local machine, run:

docker run -ti -p 4000:4000 {{ archive.image }}

{% endif %} {% endif %} {% endfor %}

Accessing unsupported archived documentation

Supported documentation includes the current version plus the previous five versions.

If you are using a version of the documentation that is no longer supported, which means that the version number is not listed in the site dropdown list, you can still access that documentation in the following ways:

 docker run  -it -p 4000:4000 docs/docker.github.io:v1.9