Native Scheduler: Set Docker User

Native Scheduler question — don’t see it in docs or in libyaml - is there a way to set the container user, similar to the --user flag to docker run ?

This post from @marc suggests that a Dockerfile USER directive may work, which is what I’ve suggested

The USER directive is the only supported way today.