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 |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.