The docker container had permission errors when running using a mount point, and setting UID and GID with --user did not resolve it. Changing the user to a non-system user seems to fix both issues. Also updates the readme to use the correct docker commands.
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Description
The docker container had permission errors when running using a mount point, and setting UID and GID with
--user
did not resolve it. Changing the user to a non-system user seems to fix both issues. Also updates the readme to use the correct docker commands.Type of change