-
Notifications
You must be signed in to change notification settings - Fork 5.9k
No Permissions running in Docker #673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
@SlateDave I already slated a fix for this, because said mountable path seems to not allow writes, but @nhooyr didn't like the mode change, so this bug persisted. |
use |
@liuyanhang that is not recommended. I'm working on a fix right now |
@liuyanhang --user root is docker command |
Duplicate of #1307 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
code-server
version: Latest from Docker (codercom/code-server)Description
When I create any file through the web, I get the error
Permission denied writing to file (file:///home/coder/project/test.txt)
I've also tried appending
:z
to the Volume and even tried using the unsafe paramenter--privileged
Steps to Reproduce
Run
docker run --name Coder -it -p 8008:8443 -v ${PWD}:/home/coder/project codercom/code-server --allow-http --no-auth
Go to 127.0.0.1:8008
Create a file
The text was updated successfully, but these errors were encountered: