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.
The docs archive is published as a Docker repository at docs/archive.
To see any of these versions, run the following command, changing
the tag from v1.4
to any tag you see in the repo:
docker run -p 4000:4000 docs/archive:v1.4
The docs for v1.4
will then be viewable at http://localhost:4000
.
{% for item in site.data.docsarchive.docker-compose %}
Docs for {{ item[0] }} are accessible at [/{{ item[0] }}/](/{{ item[0] }}/).
{% endfor %}