We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when run gotty in alpine docker container, got the error:
./bin/gotty sh: ./bin/gotty: not found
gotty --version
1.4.0
docker run -it --entrypoint sh --rm alpine:3.11
in some minimal docker image like alpine/ busybox, c lib may not installed.
The text was updated successfully, but these errors were encountered:
7a96f37
Good catch! Thanks! This is fixed in the development builds now.
Sorry, something went wrong.
No branches or pull requests
When file a bug report (see below for feature requests)
when run gotty in alpine docker container, got the error:
./bin/gotty
sh: ./bin/gotty: not found
What version of GoTTY are you using (
gotty --version
)?1.4.0
What operating system and browser are you using?
What did you do?
docker run -it --entrypoint sh --rm alpine:3.11
When file a new feature proposal
in some minimal docker image like alpine/ busybox, c lib may not installed.
The text was updated successfully, but these errors were encountered: