Open benjaminjellison opened 5 years ago
I spent some time looking into this and I think all these file mappings are unnecessary. Instead we can use the --user $UID
argument to ensure that the guest and host have the same view of the filesystem. I pushed a start to fixing this to the fix_37 branch, but it's not quite finished yet. Hope to have it working and merged into master soon.
I'm trying to install LAVA on an AWS EC2 instance, and I got stuck on the setup. Here was the error message:
Authentication is done outside the instance, so my username isn't stored in the normal places. I'd like to know what the purpose of copying
/etc/passwd
and the others serves, and if it could be bypassed.