Replies: 3 comments 11 replies
-
Yup, that's why. I'm not sure if it's possible to use glibc on Alpine
but one way to use code-server would be to install it with yarn/npm
which will build it for your system:
https://github.com/cdr/code-server/blob/v3.8.0/doc/npm.md#alpine
|
Beta Was this translation helpful? Give feedback.
-
I see. In contrast to the Docker images for |
Beta Was this translation helpful? Give feedback.
-
Hey @martinussuherman, I will take your We would want to open up a new discussion thread for this though as the discussion has met its solution here #2638 (reply in thread). What do you think? @code-asher @bpmct Can we use the discussions forum here for the conversation as it is relevant to Coder? |
Beta Was this translation helpful? Give feedback.
-
Hi folks,
code-server
fails to run on an Alpine container when a./code-server
command is executed. It fails to find thenode
executable which is present at the correct relative directory location. Any help would be appreciated.(Does this has to do with the
musl
vsglibc
thingy? I am curious.)Beta Was this translation helpful? Give feedback.
All reactions