How to start crond as non-root user in a Docker Container?

前端 未结 2 730
滥情空心
滥情空心 2021-01-05 05:34

I am using the below Dockerfile and entrypoint.sh. I need to start the crond service in the container as a non-root user but I get

2条回答
  •  旧巷少年郎
    2021-01-05 06:05

    How about build again according with OpenShift Container Platform-Specific Guidelines ? Such as related uid and gid.

提交回复
热议问题