We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run the provided docker command I get this error:
error EACCES: permission denied, mkdir '/home/coder/.local/share/code-server/extensions'
Why ?
The text was updated successfully, but these errors were encountered:
I get the same error running this. Here is my Docker run command:
docker run -it -p 192.168.2.6:5040:8080 -v "/tmp/code-server:/home/coder/.local/share/code-server" -v "/tmp/code-server-project:/home/coder/project" codercom/code-server:v2
Sorry, something went wrong.
Duplicate #403
AVOID opening duplicate issues.
No branches or pull requests
Description
When I run the provided docker command I get this error:
error EACCES: permission denied, mkdir '/home/coder/.local/share/code-server/extensions'
Why ?
The text was updated successfully, but these errors were encountered: