Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Getting Started
Interlock runs as a [Docker](https://www.docker.com) container. It is distributed as a Docker image and is released on the [Docker Hub](https://hub.docker.com).

Consult the [tags](https://github.com/ehazlett/interlock/tags) to find the newest version of Interlock and run docker pull ehazlett/interlock:<version> (i.e. `ehazlett/interlock:1.0.0`) to get it. The `latest` tag currently points at the legacy version to allow for a transition period for existing deployments. It is strongly recommended to use the newest version as legacy is no longer maintained.
Consult the [tags](https://github.com/ehazlett/interlock/tags) to find the newest version of Interlock and run docker pull ehazlett/interlock:<version> (i.e. `ehazlett/interlock:1.3.0`) to get it.

# Interlock Options
```
Expand Down