Skip to content

Update Dockerfile to fix EACCES issue on mount #1191

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

Merged
merged 1 commit into from
Dec 5, 2019
Merged

Update Dockerfile to fix EACCES issue on mount #1191

merged 1 commit into from
Dec 5, 2019

Conversation

simeneriks1
Copy link
Contributor

Fixes #1188
Fixes issue with permissions mounting in directories in the container. Folders are generated by root causing issues when the container user "coder" wants to create sub-folders. This fix solves it, at least on Crostini (ChromeOS)

#1188 
Fixes issue with permissions mounting in directories in the container. Folders are generated by root causing issues when the container user "coder" wants to create sub-folders. This fix solves it, at least on Crostini (ChromeOS)
@simeneriks1 simeneriks1 requested a review from nhooyr as a code owner November 21, 2019 16:18
@sr229
Copy link
Contributor

sr229 commented Dec 5, 2019

@code-asher think we can merge this on?

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

Successfully merging this pull request may close these issues.

Running docker/docker-compose - "Cannot mkdir, permission denied, EACCES"
4 participants