containers / quadlet

GNU General Public License v2.0
347 stars 14 forks source link

Fix the case where we're remapping on uid, but not the rest #7

Closed alexlarsson closed 3 years ago

alexlarsson commented 3 years ago

This was doing the wrong thing wrt the host uid that was mapped from. We need to not map it at all in the container.

Adds a testcase to show that this now works.