Skip to content

Commit 04a6957

Browse files
author
Julian Hjortshoj
authored
Update readme to include readonly option for bind
1 parent f95d534 commit 04a6957

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ to generate `nfs-test-server-aws-manifest.yml` into the current directory.
440440
> * **uid & gid:** When binding the nfs service to the application, the uid and gid specified are supplied to the fuse-nfs driver. The fuse-nfs driver acts as a middle layer (translation table) to mask the running user id and group id as the true owner shown on the nfs server. Any operation on the mount will be executed as the owner, but locally the mount will be seen as being owned by the running user.
441441
> * **mount:** By default, volumes are mounted into the application container in an arbitrarily named folder under /var/vcap/data. If you prefer to mount your directory to some specific path where your application expects it, you can control the container mount path by specifying the `mount` option. The resulting bind command would look something like
442442
> ``` cf bind-service pora myVolume -c '{"uid":"0","gid":"0","mount":"/my/path"}'```
443+
> * **readonly:** Set true if you want the mounted volume to be read only.
443444
444445
* Start the application
445446
```bash

0 commit comments

Comments
 (0)