Replies: 2 comments 5 replies
-
Hmm...I'm not sure to be honest. Maybe @code-asher has an idea? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I just check that inside code-server terminal some executables are missing. Here an example in the code-server terminal:
And now using the VM cli (where docker is running):
No wonder code-server terminal do not find the ping command. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed code-server in a Oracle Cloud VM using the linuxserver/code-server docker image with the following docker-compose.yml:
All works great but when I open a terminal, not every commands work like in the VM cli.
For instance if a do a 'ls', I get the folder listed as expected:
But if I do a ping I get an error:
Note that I don't get that error if I execute the exact same command in the host cli:
I wonder if is a question of permissions since the terminal in code-server shows an abc user that I do not know where it came from?!?
Regards
Beta Was this translation helpful? Give feedback.
All reactions