Logs show warning in containers: running as root
By default, all containers are running with root user, but you can set a security context to change this behavior.
If you are seeing a message like:
- you are running uWSGI as root !!! (use the --uid flag)
- Running a worker with superuser privileges
You can change this behavior by setting a security context.