webhook.site icon indicating copy to clipboard operation
webhook.site copied to clipboard

Container webhook.site don't start as non root user

Open paulo-dc opened this issue 3 years ago • 0 comments

Hi all,

I succeed in starting locally in my wsl, with docker-compose, webhook.site.

But when I try to deploy into a K8s service (OCP), the webhook crashloop at start with this error : s6-mkdir: warning: unable to mkdir /var/run/s6: Permission denied

I tried to rebuild the image, removing the user root at the end of the docker file, but it's not enough to make it start in a k8s service where process as user root are not allowed.

Can you help me make it work as non root user ?

paulo-dc avatar Jun 21 '22 07:06 paulo-dc