-
Notifications
You must be signed in to change notification settings - Fork 903
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
Docker image: fix non-privileged user execution #405
Labels
Comments
I've already fixed, but I can't assign this issue to me. I'll submit a PR asap. /cc @jiazhai |
caliuf
added a commit
to caliuf/bookkeeper
that referenced
this issue
Aug 7, 2017
- Fix non-privileged user execution - Change the Makefile in order to always use current user when run the bk image - Fix Makefile in order to run "make run-demo" - Adjust unneeded packages remove in Dockerfile
Created PR #406 |
@CaioK I assigned this to you. (I think only committers can assign the issues. I need to figure out to how to make contributors able to self-assign issues) |
Thanks a lot for the fix @CaioK , have already merged it. |
zymap
added a commit
to zymap/bookkeeper
that referenced
this issue
Dec 7, 2023
--- ### Motivation apache#405
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BUG REPORT
I run bookkeeper using "--user $(id -u)" option in "docker run"
Bookeeper process owned by the current user in the host system.
Process is owned by root
The text was updated successfully, but these errors were encountered: