diff --git a/tshwrapper b/tshwrapper old mode 100644 new mode 100755 index 32bcde1..a58e222 --- a/tshwrapper +++ b/tshwrapper @@ -2,5 +2,10 @@ docker run -ti \ --entrypoint /usr/local/bin/tsh \ - public.ecr.aws/gravitational/teleport-distroless:13 \ + -v ~/.tsh:/root/.tsh \ + -p 3155:3155 \ + public.ecr.aws/gravitational/teleport:13 \ "$@" + +exit 0 + # public.ecr.aws/gravitational/teleport-distroless:13 \