Replies: 3 comments
-
Same issue for me. |
Beta Was this translation helpful? Give feedback.
-
simple workaround is to create a Dockerfile like this
Then build it and use it instead |
Beta Was this translation helpful? Give feedback.
-
I also get this error when running the docker command as a linux user that does not have a uid:gid of 1000:1000. This image just assumes that the work directory mounted will be writable by the openvscode-server user. In my case, I am using a groupid of 1001, so this Docker file works for me:
For this to work, you'll need to ensure the bind-mounted directory is group writable. |
Beta Was this translation helpful? Give feedback.
-
The image does not work out of the box on RedHat OpenShift Container Platform due to the root permissions (see error log below). Would like to request adaptations to the Dockerfile so the image is not run as a root user.
Beta Was this translation helpful? Give feedback.
All reactions