savoirfairelinux / cqfd

cqfd helps running commands inside the Docker container configured for your project, keeping the user and working directory the same inside the container
GNU General Public License v3.0
64 stars 31 forks source link

Files ownership issue when host user has no user group #123

Open miellaby opened 7 months ago

miellaby commented 7 months ago

Correction proposal (TBC): In make_launch() bash function, useradd should be called with the --no-user-group option to make the docker user consistent with the host user (that is with the same primary group).

joufellasfl commented 6 months ago

Thanks for the report @miellaby, a change was added to handle this case in the master branch, would you be able to test it in your environment ?