carlesfernandez / docker-petalinux2

Docker image generation for Xilinx Petalinux Tools
MIT License
28 stars 22 forks source link

Matching user and group IDs of petalinux docker user to machine user #6

Open yotarid opened 1 week ago

yotarid commented 1 week ago

In some cases, if the user is not a local user but a non-local user that gets a UID and GID from a network, permission denial can occur and no files/folder can be created or modified. This fix shall always align the UID and GID of the petalinux docker user to the UID and GID of the user that runs the container