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
Run containers with --user="$(id -u):$(id -g)" to prevent privilege escalation.
This
link
contains a good description of how to set up users for use in containers that do
not cause privilege escalation risks.