api: docs: fix indentation of HostConfig.SecurityOpt (v1.39-v1.41)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 0759f013a4
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
3cba2682d8
commit
492fac20af
3 changed files with 9 additions and 6 deletions
|
@ -982,8 +982,9 @@ definitions:
|
|||
description: "Mount the container's root filesystem as read only."
|
||||
SecurityOpt:
|
||||
type: "array"
|
||||
description: "A list of string values to customize labels for MLS
|
||||
systems, such as SELinux."
|
||||
description: |
|
||||
A list of string values to customize labels for MLS systems, such
|
||||
as SELinux.
|
||||
items:
|
||||
type: "string"
|
||||
StorageOpt:
|
||||
|
|
|
@ -1043,8 +1043,9 @@ definitions:
|
|||
description: "Mount the container's root filesystem as read only."
|
||||
SecurityOpt:
|
||||
type: "array"
|
||||
description: "A list of string values to customize labels for MLS
|
||||
systems, such as SELinux."
|
||||
description: |
|
||||
A list of string values to customize labels for MLS systems, such
|
||||
as SELinux.
|
||||
items:
|
||||
type: "string"
|
||||
StorageOpt:
|
||||
|
|
|
@ -1075,8 +1075,9 @@ definitions:
|
|||
description: "Mount the container's root filesystem as read only."
|
||||
SecurityOpt:
|
||||
type: "array"
|
||||
description: "A list of string values to customize labels for MLS
|
||||
systems, such as SELinux."
|
||||
description: |
|
||||
A list of string values to customize labels for MLS systems, such
|
||||
as SELinux.
|
||||
items:
|
||||
type: "string"
|
||||
StorageOpt:
|
||||
|
|
Loading…
Reference in a new issue