From d0bc5403dadb35495e5f4ce0c5272b77ca825169 Mon Sep 17 00:00:00 2001 From: Cory Logan Date: Fri, 23 Dec 2016 22:19:03 -0800 Subject: [PATCH] Remove reference to legacy Latest now points to latest. --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index ed3f6c67..28879cef 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -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: (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: (i.e. `ehazlett/interlock:1.3.0`) to get it. # Interlock Options ```