-
Notifications
You must be signed in to change notification settings - Fork 4
Rootless docker container #23
Comments
our nginx docker image is already unprivilegied and can run with the nginx user https://github.com/SocialGouv/docker/blob/master/nginx/Dockerfile |
I tried with user 101 (nginx) but that doesn't work (many nginx error when the container is running) |
currently its used like this : https://github.com/SocialGouv/www/blob/master/Dockerfile#L11-L16 |
OK strange, tried exactly this on template and didn't work https://github.com/SocialGouv/template/actions/runs/1888985543 |
|
Tried to pass quickly as docker rootless container but harder than expected, we have to rebase on unprivileged nginx image
doing same as https://github.com/nginxinc/docker-nginx-unprivileged
and integrate in https://github.com/SocialGouv/docker as
ngninx-unprivileged
cc @maxgfr @revolunet
The text was updated successfully, but these errors were encountered: