shadarim

Results 4 comments of shadarim

May I also suggest, not using the default 1000 when building the container ? Up to 999 is "reserved" for system accounts, services etc. Maybe use something in the 800s...

Maybe you could have a look at the docker` --user` flag - [here](https://docs.docker.com/engine/reference/run/#user). For now, I personally use the `group_add` directive from docker-compose, to add the _unbound user to a...

Hi, I'm on vacation right now. I'm gonna try to test this next weekend and let you know. From quick glance at the script.. Not exactly sure what the point...

Hi, sorry for late reply... The finer nuances of "truely rootless" vs starting as root and dropping privileges are lost on me, I'm afraid. Could you explain how "NOT truely...