The standard security practice is to never run the container process as the root user. By default, many container images execute processes with root privileges, which gives that process full administrative control over the container environment. If an attacker manages to compromise a container running as root, they gain a much e....
Log in to view the answer