我想将 Cloud Filestore 安装在 Debian 的 docker 容器中。
当我尝试安装它时,我得到:
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.
它在 Google Cloud 内的 Debian VM 中运行。
我需要打开任何特定端口或禁用防火墙吗?
我必须做什么才能让坐骑成功?