From a4567903a80fabbc86c7dc97ec4aa9621b40bd37 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 5 Mar 2022 22:03:57 +0100 Subject: [PATCH] api: swagger: fix indentation of HostConfig.SecurityOpt Signed-off-by: Sebastiaan van Stijn --- api/swagger.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api/swagger.yaml b/api/swagger.yaml index 1c799db4b8..3ea7d399ea 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -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: