Replies: 2 comments 2 replies
-
Maybe @code-asher ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
How was code-server installed? Built from scratch, npm, GitHub release? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Docker image (used with Coder) set up with dependencies and all of the packages needed to run code-server. Other Linux distributions work fine, but on Alpine Linux I get the same error every time I open a terminal in code-server:
The connection to the terminal's pty host process is unresponsive, the terminals may stop working.
Along with that error, I also receive:
Remote Extension host terminated unexpectedly 3 times within the last 5 minutes.
I'm sure it's related to the lack of Glibc and usage of Musl and Busybox. I'm not sure if I'm just missing something here. Has anybody else dealt with this issue before?
The container is running Alpine Linux 3.16.2, AMD64.
Beta Was this translation helpful? Give feedback.
All reactions