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
