You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the service doesn't require privileges, it is a good way to use USER to change to non-root user(1).
That makes easy to run on Kubernetes and OpenShift(2).
If the service doesn't require privileges, it is a good way to use
USER
to change to non-root user(1).That makes easy to run on Kubernetes and OpenShift(2).
(1) https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
(2) https://docs.okd.io/latest/creating_images/guidelines.html#openshift-specific-guidelines
The text was updated successfully, but these errors were encountered: