---
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.

## View the docs archives locally

The docs archive is published as a [Docker repository at docs/archive](https://hub.docker.com/r/docs/archive/tags/).
To see any of these versions, run the following command, changing
the tag from `v1.4` to any tag you see in [the repo](https://hub.docker.com/r/docs/archive/tags/):

```shell
docker run -p 4000:4000 docs/archive:v1.4
```

The docs for `v1.4` will then be viewable at `http://localhost:4000`.

## View the docs archives online

{% for item in site.data.docsarchive.docker-compose %}

### {{ item[0] }}

Docs for {{ item[0] }} are accessible at [/{{ item[0] }}/](/{{ item[0] }}/).

{% endfor %}