Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Don't run docker commands as root #14

Open
pveber opened this issue Sep 16, 2016 · 0 comments
Open

Don't run docker commands as root #14

pveber opened this issue Sep 16, 2016 · 0 comments

Comments

@pveber
Copy link
Owner

pveber commented Sep 16, 2016

Currently all commands executed through docker are executed as root (in the container), which has (at least) two drawbacks:

  • it creates output files owned by root on the "host" file system
  • some tools (like meme in mpi mode) refuse to be run as root.

One solution would be to execute command through docker after changing user in the container, choosing the same uid than the (bistro) process owner.

sylverebastien added a commit to sylverebastien/bistro that referenced this issue Sep 19, 2016
- missing output directory option
- disabled -meme-p option because of pveber#14, because mpi-run refuses to run as root
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant