Skip to content
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

Run as root within container to allow writing to root owned host volumes #13

Merged
merged 1 commit into from
Sep 20, 2017

Conversation

nellh
Copy link
Contributor

@nellh nellh commented Sep 19, 2017

This fixes OpenNeuroOrg/openneuro#79. Without this change, the user is inherited from nipy/mindboggle and depends on the version of that image used as a parent since it's defined in an environment variable. This means the output directory is unwritable since the volume's backing filesystem is owned by root.

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.

PermissionError: [Errno 13] Permission denied: '/output/data/derivatives'
2 participants