Run docker image without root privileges

Hello,

is ist possible to run the check_mk raw docker container without root privileges? Is it possible to create it by my own with your provided Dockerfile? https://github.com/tribe29/checkmk/tree/master/docker

Several Processes runs as root:

root         1  0.1  0.1  17956  2940 pts/0    Ss+  13:02   0:00 /bin/bash /docker-entrypoint.sh
root        23  0.0  0.1  20220  2108 ?        Ss   13:02   0:00 /usr/sbin/xinetd -pidfile /run/xinetd.pid -stayalive -inetd_compat -inetd_ipv6
root       157  0.0  0.1  27992  2344 pts/0    S+   13:02   0:00 cron -f

Thanks a lot.

Matthias

Do someone has same requirements on a check_mk_raw docker container?