You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently shown in the example to mount into container's /config
But this will chown -R anything mountend into this directory with the PUID:PGID
Expected Behavior
Either rewrite docs (README) recommending other location and warning about this behavior.
Or fix this behavior.
Mounted files` permissions must not be changed.
Steps To Reproduce
As a normal user (not root), run the command below, mounted folder will be chown-ed
Environment
- OS: Debian 12.5
- How docker service was installed: apt-get install podman
CPU architecture
x86-64
Docker creation
podman run -d \
`# Mounting anything within /config will chown -R` \
-v "${HOME}/Projects:/config/Projects" \
"docker.io/linuxserver/openvscode-server:1.90.1"
Container logs
usual
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
Currently shown in the example to mount into container's
/config
But this will
chown -R
anything mountend into this directory with thePUID:PGID
Expected Behavior
Either rewrite docs (README) recommending other location and warning about this behavior.
Or fix this behavior.
Mounted files` permissions must not be changed.
Steps To Reproduce
As a normal user (not root), run the command below, mounted folder will be chown-ed
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: