home path empty
im running it on docker
Solution:Jump to solution
i suggest that you install code-server directly on the host if you need to access files from the host
8 Replies
<#1243343378272227330>
Category
Help needed
Product
code-server
Platform
Linux
Logs
Please post any relevant logs/error messages.
hey, could you elaborate on the issue you're experiencing? and what were you expecting?
Wanted to have access to the user folder
so you're running code-server in Docker right ?
right!
yeah so the filesystem of the host and the filesystem of the container are separated
to share a folder between the two you'll usually want to use mounts
but that won't work well in your case because the permissions won't be right
Solution
i suggest that you install code-server directly on the host if you need to access files from the host
okay :>
ty!