tshwrapper: map home, map forwarding port

This commit is contained in:
Nico Schottelius 2023-09-11 12:24:56 +02:00
parent b24e045c85
commit b980773d4c
1 changed files with 6 additions and 1 deletions

7
tshwrapper Normal file → Executable file
View File

@ -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 \