Skip to content

Could use non-root user in docker container?

HI all, I use docker executor to run ci, but in my build I must use a non-root user to run build script.

Is there any methods to make docker container not run as root? Thanks.