Replies: 2 comments 3 replies
-
Maybe code-server's terminal is using Other than that I'm not sure what could cause the difference. If that doesn't solve it could you post a Dockerfile that replicates it? |
Beta Was this translation helpful? Give feedback.
-
@hot22shot Can you try running docker-compose again with these two environment variables. I think assigning these two environment variables shall fix the perm error.
Please report back if this solved your issue, otherwise I may dig deeper into your problem. Have a great day ahead! |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm running code-server in a docker container and I have an issue regarding an application I use (node.js based).
When executing the command from a terminal in code-server :
$./myapplication --version
return nothing (I tried to redirect the output to a file to check it wasn't just not displayed).
If I log in the container directly from my server (through docker exec -it mycontainer /bin/bash) and try the same command :
$./mybinaryfile --version
It works (same user, same shell).
I tried with sh/bash and there's nothing in the logs of code-server.
I suppose it is coming from my application but of course I won't get any support from the vendor as code-server is not a supported environment blablabla.
Any leads on what or where I could/should look into ?
Regards
Beta Was this translation helpful? Give feedback.
All reactions