ContributionsMost RecentMost LikesSolutionsRe: Docker image with non-root user Hi Sonya, I'm not sure if you understand what i am trying to explain. It is not about creating non-root users. The docker image by SmartBear when started, executes as a root user. You can try to test it yourself to see what i'm talking about. The most probable solution is to modify the docker image itself to start as a non root user Re: Docker image with non-root user Hi Sonya, Thanks for your response . However, this is not the solution i am looking for. When we run the Smartbear docker image, it executes as root user. We are trying to use this docker image in Openshift environment where no docker image is allowed to run as root. If you have any pointers for that , it would be very helpful Docker image with non-root user I downloaded the docker image smartbear/ready-api-soapui-testrunner from docker hub. It looks like it runs as root user. I would like to run the application as a non-root user. Is that possible? Solved