docker-node/docs
Craig Andrews 655ca3407c
docs: Use numeric uid instead of username in Dockerfile
Systems configured to disallow running images as root aren't able to run images that use user name string values for the `USER` because they can't validate that a named user isn't root. To allow images to run on such systems, use the uid of the user as the value for `USER` instead of the username.

See: https://github.com/kubernetes/kubernetes/pull/56503
2025-01-16 12:23:37 -05:00
..
BestPractices.md docs: Use numeric uid instead of username in Dockerfile 2025-01-16 12:23:37 -05:00