Updated Docker Quickstart/Labs.

This commit is contained in:
Russell Jones 2021-11-16 02:28:23 +00:00 committed by Russell Jones
parent e4d7e4f765
commit 5502d2d010
3 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@ services:
# The configure container starts, generates a config, writes it to
# /etc/teleport/teleport.yaml and then immediately exits.
configure:
image: quay.io/gravitational/teleport-ent:6
image: quay.io/gravitational/teleport-ent:8
container_name: teleport-configure
entrypoint: /bin/sh
hostname: localhost
@ -14,7 +14,7 @@ services:
# This container depends on the config written by the configure container above, so it
# sleeps for a second on startup to allow the configure container to run first.
teleport:
image: quay.io/gravitational/teleport-ent:6
image: quay.io/gravitational/teleport-ent:8
container_name: teleport
entrypoint: /bin/sh
hostname: localhost

View file

@ -3,7 +3,7 @@ services:
# This container depends on the config written by the configure container above, so it
# sleeps for a second on startup to allow the configure container to run first.
teleport:
image: quay.io/gravitational/teleport-lab:6
image: quay.io/gravitational/teleport-lab:8
container_name: teleport
entrypoint: /bin/sh
hostname: luna.teleport
@ -24,7 +24,7 @@ services:
# The bootstrap container generates certificates and then immediately exits.
bootstrap:
image: quay.io/gravitational/teleport-lab:6
image: quay.io/gravitational/teleport-lab:8
container_name: teleport-bootstrap
entrypoint: /bin/sh
command: -c "/etc/teleport.d/scripts/generate-certs.sh"
@ -41,7 +41,7 @@ services:
# openssh is a demo of openssh node
#
openssh:
image: quay.io/gravitational/teleport-lab:6
image: quay.io/gravitational/teleport-lab:8
container_name: openssh
hostname: mars.openssh.teleport
entrypoint: /bin/sh
@ -60,7 +60,7 @@ services:
# term is a container with a terminal to try things out
#
term:
image: quay.io/gravitational/teleport-lab:6
image: quay.io/gravitational/teleport-lab:8
hostname: term
container_name: term
entrypoint: /bin/sh

View file

@ -3,7 +3,7 @@ services:
# The configure container starts, generates a config, writes it to
# /etc/teleport/teleport.yaml and then immediately exits.
configure:
image: quay.io/gravitational/teleport:6
image: quay.io/gravitational/teleport:8
container_name: teleport-configure
entrypoint: /bin/sh
hostname: localhost
@ -14,7 +14,7 @@ services:
# This container depends on the config written by the configure container above, so it
# sleeps for a second on startup to allow the configure container to run first.
teleport:
image: quay.io/gravitational/teleport:6
image: quay.io/gravitational/teleport:8
container_name: teleport
entrypoint: /bin/sh
hostname: localhost