Change the location of the user data folder (~/.local/share/code-server) #6829
|
Hi, Is it possible to modify where user data are stored. The configuration of my Kubernetes volumes have some troubles with writeability etc.. in that folder. And if so, is it also possible in a Docker image derived from the official |
Answered by
code-asher
Jun 7, 2024
Replies: 1 comment 3 replies
Yes, you can with
I think it will depend on the image. With the official image you can just do: So that might work for unofficial images derived from ours as well. |
3 replies
Answer selected by
aghasemi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can with
--user-data-dir. Example:I think it will depend on the image. With the official image you can just do:
So that might work for unofficial images derived from ours as well.