You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Paul Read <pd...@gmail.com> on 2015/05/28 19:32:53 UTC

Docker executors running as root

I'm working on dockerizing mesos/storm supervisors/executors. The
FrameworkInfo .setUser() is empty. In non-docker mode the executors start
up as the user that launched the scheduler, as expected. But when running
docker containers they are created as root. Is this the expected action? I
seems wrong to me.

Thanks

Paul