From 0759f013a418e8bee58fc3619486e56d8e7be77c Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 5 Mar 2022 22:07:50 +0100 Subject: [PATCH] api: docs: fix indentation of HostConfig.SecurityOpt (v1.39-v1.41) Signed-off-by: Sebastiaan van Stijn --- docs/api/v1.39.yaml | 5 +++-- docs/api/v1.40.yaml | 5 +++-- docs/api/v1.41.yaml | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/api/v1.39.yaml b/docs/api/v1.39.yaml index ee5528d974..30a4fd3288 100644 --- a/docs/api/v1.39.yaml +++ b/docs/api/v1.39.yaml @@ -934,8 +934,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: diff --git a/docs/api/v1.40.yaml b/docs/api/v1.40.yaml index 418a5f5597..b62cf20c4b 100644 --- a/docs/api/v1.40.yaml +++ b/docs/api/v1.40.yaml @@ -995,8 +995,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: diff --git a/docs/api/v1.41.yaml b/docs/api/v1.41.yaml index 3a104c478f..a747152a0f 100644 --- a/docs/api/v1.41.yaml +++ b/docs/api/v1.41.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: