tshwrapper: add initial version

This commit is contained in:
Nico Schottelius 2023-09-07 14:05:26 +02:00
parent 36531be8b1
commit b24e045c85
1 changed files with 6 additions and 0 deletions

6
tshwrapper Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
docker run -ti \
--entrypoint /usr/local/bin/tsh \
public.ecr.aws/gravitational/teleport-distroless:13 \
"$@"