Replies: 2 comments 2 replies
-
I'm not super familiar with how the cc @code-asher maybe? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am able to reproduce if I run the Docker command as root. In our entry script we attempt to rename the Or we add a note to the docs to bind to |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the docker image for the code server https://coder.com/docs/code-server/latest/install#docker
HOST Machine:
~/.config
is emptyWhen i ssh into the docker container
/home/coder/.config
is also emptyActually, it using the
/root/.config/code-server/config.yaml
this directory for config file within the Docker ContainerSo how to fix this ?
Note if I used this modified command it works
Beta Was this translation helpful? Give feedback.
All reactions