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

volume permissions issues #18

Open
jeremydouglass opened this issue Jul 31, 2018 · 0 comments
Open

volume permissions issues #18

jeremydouglass opened this issue Jul 31, 2018 · 0 comments

Comments

@jeremydouglass
Copy link
Collaborator

Jupyter runs as jovyan:users (1000:100) -- however many containers run as root (1:1) and this causes problems for file permissions on shared volumes. docker cp has poor support for this, so a host system level chown may be required.

One interesting model is how Jupyter addresses this in the base notebook.

A related approach was taken in we1s-collector:

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

1 participant