webhook.site
webhook.site copied to clipboard
Container webhook.site don't start as non root user
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 ?