dokku/dokku-rethinkdb

Root access container

aleclarson opened this issue · 1 comments

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?

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.