-
I was going over https://github.com/dotnet/dotnet-docker/blob/main/samples/aspnetapp/Dockerfile.alpine-x64-slim and observed we are not creating a non root user to run the final app which seems to be a security best practice. Is this understanding correct and what needs to be done to ensure the docker uses non root user. |
Beta Was this translation helpful? Give feedback.
Answered by
mthalman
Oct 13, 2021
Replies: 1 comment 1 reply
-
This is identified in #1772. That would address overall documentation and the sample Dockerfiles themselves. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rvramesh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is identified in #1772. That would address overall documentation and the sample Dockerfiles themselves.