Skip to content

Commit

Permalink
Updated Docker Quickstart/Labs.
Browse files Browse the repository at this point in the history
  • Loading branch information
russjones committed Nov 18, 2021
1 parent 3575ec5 commit f5ce857
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docker/teleport-ent-quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docker/teleport-lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docker/teleport-quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f5ce857

Please sign in to comment.