gravitational / teleconsole

Command line tool to share your UNIX terminal and forward local TCP ports to people you trust.
https://www.teleconsole.com
Apache License 2.0
2.78k stars 154 forks source link

Trying to setup teleconsole in alpine #54

Closed hjpotter92 closed 5 years ago

hjpotter92 commented 5 years ago

To reproduce:

$ docker run -it alpine sh
 # now from inside alpine container
apk add wget sudo
wget https://github.com/gravitational/teleconsole/releases/download/0.4.0/teleconsole-v0.4.0-linux-amd64.tar.gz
tar xf teleconsole-v0.4.0-linux-amd64.tar.gz
./teleconsole

results in the following error: sh: ./teleconsole: not found.

Can also check the recorded shell here: https://asciinema.org/a/236995

kontsevoy commented 5 years ago

sorry, but it's outside the scope of Teleconsole.

RobinHoutevelts commented 3 years ago

Any alternative?