tshwrapper: map home, map forwarding port
This commit is contained in:
parent
b24e045c85
commit
b980773d4c
1 changed files with 6 additions and 1 deletions
7
tshwrapper
Normal file → Executable file
7
tshwrapper
Normal file → Executable 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 \
|
||||
|
|
Loading…
Reference in a new issue