|
@@ -625,6 +625,7 @@ any options, the systems uses the following options:
|
|
|
* [rw|ro]
|
|
|
* [z|Z]
|
|
|
* [`[r]shared`|`[r]slave`|`[r]private`]
|
|
|
+ * [`delegated`|`cached`|`consistent`]
|
|
|
* [nocopy]
|
|
|
|
|
|
The `CONTAINER-DIR` must be an absolute path such as `/src/docs`. The `HOST-DIR`
|
|
@@ -642,9 +643,12 @@ You can specify multiple **-v** options to mount one or more mounts to a
|
|
|
container. To use these same mounts in other containers, specify the
|
|
|
**--volumes-from** option also.
|
|
|
|
|
|
-You can add `:ro` or `:rw` suffix to a volume to mount it read-only or
|
|
|
-read-write mode, respectively. By default, the volumes are mounted read-write.
|
|
|
-See examples.
|
|
|
+You can supply additional options for each bind-mount following an additional
|
|
|
+colon. A `:ro` or `:rw` suffix mounts a volume in read-only or read-write
|
|
|
+mode, respectively. By default, volumes are mounted in read-write mode.
|
|
|
+You can also specify the consistency requirement for the mount, either
|
|
|
+`:consistent` (the default), `:cached`, or `:delegated`. Multiple options are
|
|
|
+separated by commas, e.g. `:ro,cached`.
|
|
|
|
|
|
Labeling systems like SELinux require that proper labels are placed on volume
|
|
|
content mounted into a container. Without a label, the security system might
|