Hi, since you are already giving the container the necessary caps you should be able to add CMD ["-U"] to the end of the Dockerfile to skip checking for and dropping privileges. I've done essentially the same with a systemd unit -- specifying a user/group and adding caps.
Hi, since you are already giving the container the necessary caps you should be able to add
CMD ["-U"]
to the end of the Dockerfile to skip checking for and dropping privileges. I've done essentially the same with a systemd unit -- specifying a user/group and adding caps.