From 839f967367ef8799d2aed467f3c47875dfed36c1 Mon Sep 17 00:00:00 2001 From: Ben Arent Date: Fri, 7 Jun 2019 11:37:10 -0700 Subject: [PATCH] Update to use the latest and correct Docker image. --- README.md | 4 ++-- docs/2.7/quickstart.md | 4 ++-- docs/3.0/quickstart.md | 4 ++-- docs/3.1/quickstart.md | 4 ++-- docs/3.2/quickstart.md | 4 ++-- docs/4.0/quickstart.md | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c62f525ee0a..1d4a46fd91e 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,9 @@ and run it under `$USER`, in this case you will not be able to login as someone If you wish to deploy Teleport inside a Docker container: ``` -# This command will pull the Teleport container image for version 2.7.3 +# This command will pull the Teleport container image for version 3.2.6 # Replace 2.7.3 with the version you need: -$ docker pull quay.io/gravitational/teleport:2.7.3 +$ docker pull quay.io/gravitational/teleport:3.2.6 ``` ## Building Teleport diff --git a/docs/2.7/quickstart.md b/docs/2.7/quickstart.md index c98bee298d4..2572637dc41 100644 --- a/docs/2.7/quickstart.md +++ b/docs/2.7/quickstart.md @@ -63,9 +63,9 @@ Congratulations - you are now running Teleport! If you wish to deploy Teleport inside a Docker container: ``` -# This command will pull the Teleport container image for version 2.7.3 +# This command will pull the Teleport container image for version 2.7.7 # Replace 2.7.3 with the version you need: -$ docker pull quay.io/gravitational/teleport:2.7.3 +$ docker pull quay.io/gravitational/teleport:2.7.7 ``` ## Creating Users diff --git a/docs/3.0/quickstart.md b/docs/3.0/quickstart.md index a98613b35e1..5d19666cd32 100644 --- a/docs/3.0/quickstart.md +++ b/docs/3.0/quickstart.md @@ -63,9 +63,9 @@ Congratulations - you are now running Teleport! If you wish to deploy Teleport inside a Docker container: ``` -# This command will pull the Teleport container image for version 2.7.3 +# This command will pull the Teleport container image for version 3.0.4 # Replace 2.7.3 with the version you want to run: -$ docker pull quay.io/gravitational/teleport:2.7.3 +$ docker pull quay.io/gravitational/teleport:3.0.4 ``` ## Creating Users diff --git a/docs/3.1/quickstart.md b/docs/3.1/quickstart.md index ca2ec85e29b..812cbd7b7d0 100644 --- a/docs/3.1/quickstart.md +++ b/docs/3.1/quickstart.md @@ -63,9 +63,9 @@ Congratulations - you are now running Teleport! If you wish to deploy Teleport inside a Docker container: ``` -# This command will pull the Teleport container image for version 2.7.3 +# This command will pull the Teleport container image for version 3.1.8 # Replace 2.7.3 with the version you want to run: -$ docker pull quay.io/gravitational/teleport:2.7.3 +$ docker pull quay.io/gravitational/teleport:3.1.8 ``` ## Creating Users diff --git a/docs/3.2/quickstart.md b/docs/3.2/quickstart.md index ca2ec85e29b..2bc4e683b9f 100644 --- a/docs/3.2/quickstart.md +++ b/docs/3.2/quickstart.md @@ -63,9 +63,9 @@ Congratulations - you are now running Teleport! If you wish to deploy Teleport inside a Docker container: ``` -# This command will pull the Teleport container image for version 2.7.3 +# This command will pull the Teleport container image for version 3.2.6 # Replace 2.7.3 with the version you want to run: -$ docker pull quay.io/gravitational/teleport:2.7.3 +$ docker pull quay.io/gravitational/teleport:3.2.6 ``` ## Creating Users diff --git a/docs/4.0/quickstart.md b/docs/4.0/quickstart.md index 88176054c7c..051695f74b2 100644 --- a/docs/4.0/quickstart.md +++ b/docs/4.0/quickstart.md @@ -63,9 +63,9 @@ Congratulations - you are now running Teleport! If you wish to deploy Teleport inside a Docker container: ``` -# This command will pull the Teleport container image for version 2.7.3 +# This command will pull the Teleport container image for version 4.0.0-rc.2 # Replace 2.7.3 with the version you want to run: -$ docker pull quay.io/gravitational/teleport:2.7.3 +$ docker pull quay.io/gravitational/teleport:4.0.0-rc.2 ``` ## Creating Users