mirror of
https://github.com/moby/moby.git
synced 2026-08-03 06:30:59 +00:00
api: swagger: fix indentation of HostConfig.SecurityOpt
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -1027,8 +1027,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:
|
||||
|
||||
Reference in New Issue
Block a user