abraunegg / onedrive

OneDrive Client for Linux
https://abraunegg.github.io
GNU General Public License v3.0
9.63k stars 849 forks source link

No useradd for root #2729

Open azlux opened 1 month ago

azlux commented 1 month ago

In the docker context, if we need onedrive to run as userid 0 (root), avoid creating a user/groups, it's already exist in the initial image.

Useful if you have files owned by root on the hosting machine, this allow to make the onedrive copy without chown/chmod.

Best regards, Azlux