osrf / rocker

A tool to run docker containers with overlays and convenient options for things like GUIs etc.
Apache License 2.0
559 stars 73 forks source link

If the same username exists with a different uid adopt their files so the newly created user has access. #168

Closed tfoote closed 2 years ago

tfoote commented 2 years ago

The UID of a user in an underlay environment was blocking execution because it collided with the current user and consequently

This is a potentially slow step and may want to be possible to disable. There may be overlap with whether the home should be preserved.