nsbin/tshwrapper
2023-09-11 12:24:56 +02:00

11 lines
253 B
Bash
Executable file

#!/bin/sh
docker run -ti \
--entrypoint /usr/local/bin/tsh \
-v ~/.tsh:/root/.tsh \
-p 3155:3155 \
public.ecr.aws/gravitational/teleport:13 \
"$@"
exit 0
# public.ecr.aws/gravitational/teleport-distroless:13 \