tshwrapper: add initial version
This commit is contained in:
parent
36531be8b1
commit
b24e045c85
1 changed files with 6 additions and 0 deletions
6
tshwrapper
Normal file
6
tshwrapper
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
docker run -ti \
|
||||
--entrypoint /usr/local/bin/tsh \
|
||||
public.ecr.aws/gravitational/teleport-distroless:13 \
|
||||
"$@"
|
Loading…
Reference in a new issue