-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
bugSomething isn't workingSomething isn't workingwaiting-for-infoWaiting for more information from submitterWaiting for more information from submitter
Description
code-server
version: Latest from Docker (codercom/code-server)- OS Version: Ubuntu 18.04
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingwaiting-for-infoWaiting for more information from submitterWaiting for more information from submitter