Skip to content

Commit a456790

Browse files
committed
api: swagger: fix indentation of HostConfig.SecurityOpt
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 352d1bb commit a456790

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

api/swagger.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,8 +1027,9 @@ definitions:
10271027
description: "Mount the container's root filesystem as read only."
10281028
SecurityOpt:
10291029
type: "array"
1030-
description: "A list of string values to customize labels for MLS
1031-
systems, such as SELinux."
1030+
description: |
1031+
A list of string values to customize labels for MLS systems, such
1032+
as SELinux.
10321033
items:
10331034
type: "string"
10341035
StorageOpt:

0 commit comments

Comments
 (0)