I want to mount Cloud Filestore inside a docker container which is Debian.
When I try to mount it I get:
mount.nfs: timeout set for Wed Feb 27 12:35:07 2019
mount.nfs: trying text-based options 'vers=4.2,addr=10.32.222.111,clientaddr=172.17.0.2'
mount.nfs: mount(2): Operation not permitted
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
It's running in a Debian VM inside Google Cloud.
Is there any specific port I need to open or firewall to disable ?
What do I have to do in order for the mount to succeed ?