-
Notifications
You must be signed in to change notification settings - Fork 199
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
Docker container should'nt run as root #72
Comments
This is absolutely true.. Please can we have this feature added as soon as possible! |
The container starts up |
Anyone modified it to avoid root account? If so, can you send what you did in a Dockerfile? If privileged port is the problem, maybe setcap can be used or converting the custom port inside the container to 25 outside of container. |
Here is the rootless Dockerfile that could be merged into this solution https://github.com/industrieco/docker-exim-relay |
The link gives 404 now. |
@laimison, this link is giving 404 now |
As a security measure, the Dockerfile should have a USER directive in order to run using a non privileged user account.
Can you add it ?
The text was updated successfully, but these errors were encountered: