adlogix / docker-machine-nfs

Activates NFS on docker-machine
MIT License
794 stars 104 forks source link

How to specify uid / gid in /etc/exports #104

Open Gompali opened 4 years ago

Gompali commented 4 years ago

Hello, On a Mac, i launch the script with let's say, no options. In /et/exports the maping is stated to a specific user :

"/System/Volumes/Data/Users" 192.168.99.100 -alldirs -mapall=501:20

When should I change the owner if I desire to ? And what is the best method ?