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
As a recommended practice, code running in containers should run as non-root (UID 0). This is an added protection in case the container is run in privileged mode.
Please update the Dockerfile to add an adduser to the container build and then USER <uid> in the build of the container.
The text was updated successfully, but these errors were encountered:
As a recommended practice, code running in containers should run as non-root (UID 0). This is an added protection in case the container is run in privileged mode.
Please update the
Dockerfile
to add anadduser
to the container build and thenUSER <uid>
in the build of the container.The text was updated successfully, but these errors were encountered: