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
Right now fixuid is used to step down to an unprivileged user. The docker documentation mentions gosu for this use-case. Something fixuid does is set the uid:gid of chef to the ones provided in the -u flag. It also chowns all the directories previously owned by 1000:1000. This is extremely useful, but if an docker-approved solution works as well, I'd like to use it.
The text was updated successfully, but these errors were encountered:
Right now fixuid is used to step down to an unprivileged user. The docker documentation mentions gosu for this use-case. Something fixuid does is set the uid:gid of chef to the ones provided in the
-u
flag. It alsochown
s all the directories previously owned by 1000:1000. This is extremely useful, but if an docker-approved solution works as well, I'd like to use it.The text was updated successfully, but these errors were encountered: