Skip to content

Installation Issue: Docker version wont run! #1243

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

Closed
Synth9617 opened this issue Jan 1, 2020 · 3 comments
Closed

Installation Issue: Docker version wont run! #1243

Synth9617 opened this issue Jan 1, 2020 · 3 comments

Comments

@Synth9617
Copy link

Hey All,

I tried to add the container but i get the error
error EACCES: permission denied, mkdir '/home/coder/.local/share/code-server/extensions'

Any Ideas?

@azumag
Copy link

azumag commented Jan 2, 2020

In my case, I solved this error as follows:

$ cd ~/
$ sudo mkdir .local/share/code-server/extensions

It assumes that docker mount directory as ${HOME}/.local/share/code-server:/home/coder/.local/share/code-server.

However, this is workaround. Fix commit like #1191 is needed for fundamental resolution.

@bruuuces
Copy link

bruuuces commented Jan 2, 2020 via email

@Synth9617
Copy link
Author

@bruce9399 Thank you that fixed it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants