Run container with custom user v0.8.1

Is there an option for to override the user when running a container? Would like to specify it as described in this issue: https://github.com/drone/drone/issues/363.

I have an image that sets default user as non-root user for security reasons, but was met with permission denied when running the image. Would like to override the user as root in this case.