made note that Z/z are only 2.1 options
This commit is contained in:
parent
38d651fb82
commit
ed43b66d77
1 changed files with 3 additions and 2 deletions
|
@ -81,8 +81,9 @@ options:
|
||||||
description:
|
description:
|
||||||
- List of volumes to mount within the container
|
- List of volumes to mount within the container
|
||||||
- 'Use docker CLI-style syntax: C(/host:/container[:mode])'
|
- 'Use docker CLI-style syntax: C(/host:/container[:mode])'
|
||||||
- You can specify a read mode for the mount with either C(ro) or C(rw). SELinux hosts can additionally
|
- You can specify a read mode for the mount with either C(ro) or C(rw).
|
||||||
use C(z) or C(Z) mount options to use a shared or private label for the volume.
|
Starting at version 2.1, SELinux hosts can additionally use C(z) or C(Z)
|
||||||
|
mount options to use a shared or private label for the volume.
|
||||||
default: null
|
default: null
|
||||||
volumes_from:
|
volumes_from:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Reference in a new issue