Any way to access a NFS from Bluemix runtime?
问题 I need to push an application to Bluemix that requires access to a remote file system via NFS. I haven't found any NFS service. Existing Object Store services use Swift API and the application requires native file system access, not other kind of APIs. I tried to execute "mkdir" and "mount" commands from app initialization but it seems there are restrictions for such executions from the user that runs the runtime. I got return codes that mean errors. So I run out of ideas. Do you have any