Root access container
aleclarson opened this issue · 1 comments
aleclarson commented
Is there a reason the rethinkdb
container needs root access?
UID PID PPID C STIME TTY TIME CMD
root 21642 21629 0 22:27 ? 00:00:00 rethinkdb --bind all
root 21767 21642 0 22:27 ? 00:00:00 rethinkdb --bind all
root 21849 21767 0 22:27 ? 00:00:00 rethinkdb --bind all
And why are there 3 processes?
josegonzalez commented
Don't know, we're running the image as was recommended in the docs. I am assuming there is a master/worker model in place in rethinkdb with multiple workers.