Resolution
The user that run in the Docker image depends of the USER value on the Dockerfile, you have to be sure that the uid of that user has permissions to read/write on your NFS, but if you want to change it you always can force it if you add the parameter "user" with the uid that you want as value to force to use this uid.
