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

Export folder permissions root root? #415

Open
jjkoehorst opened this issue Feb 5, 2018 · 2 comments
Open

Export folder permissions root root? #415

jjkoehorst opened this issue Feb 5, 2018 · 2 comments

Comments

@jjkoehorst
Copy link
Contributor

I have extended the docker image to load in some internal applications.

These applications when executed can create a dependency folder and download some related applications from our internal resources.

However I have a feeling that something goes off with the permissions.

I have created and extended the docker tools with an additional folder. In this folder is a list of jar files and corresponding galaxy xml files all as user galaxy group galaxy.

However when using -v to mount /export to a local empty folder all the files that are copied become root? This is happening on an ubuntu system but on an Mac system the files become according to my user account.

I am not sure if this is a docker issue and not necessary a galaxy issue?

I managed to solve it temporarily by starting Portainer and run a bash environment and go to /export and chown -R galaxy everything as shown in #163 but I assume this is not the correct way of doing this?

@bgruening
Copy link
Owner

Hi @jjkoehorst. This is a Docker "problem" as it seems. On your host system files are then stored under root. However, inside the container is should still be accessible, right? Have a look at the --user option of the docker run command. Maybe this can help.

@jjkoehorst
Copy link
Contributor Author

jjkoehorst commented Feb 5, 2018 via email

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

2 participants