Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be able to run the container as a non root user #367

Open
mattdale77 opened this issue Mar 13, 2024 · 0 comments
Open

Be able to run the container as a non root user #367

mattdale77 opened this issue Mar 13, 2024 · 0 comments

Comments

@mattdale77
Copy link

Is your feature request related to a problem? Please describe.
It is related to security. I would like the resulting docker containers to run as a non root user so the files accessed do not need to be owned by root

Describe the solution you'd like
I would like the generated docker-compose to be able to use a non root user. If this is not possible the fixuid can be implemented at the build stage.

Describe alternatives you've considered
I tried to add the user tag into the docker compose but this would not run as it could not access the files in the container

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant