From 492fac20af558af4164484ee773eee6f6a6f56b0 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 (cherry picked from commit 0759f013a418e8bee58fc3619486e56d8e7be77c) 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 baf9a6c2e1..aa733cb1e1 100644 --- a/docs/api/v1.39.yaml +++ b/docs/api/v1.39.yaml @@ -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: diff --git a/docs/api/v1.40.yaml b/docs/api/v1.40.yaml index fc7b4aa6d5..8aa03d7818 100644 --- a/docs/api/v1.40.yaml +++ b/docs/api/v1.40.yaml @@ -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: diff --git a/docs/api/v1.41.yaml b/docs/api/v1.41.yaml index 5f7b6c55e1..27f621d49c 100644 --- a/docs/api/v1.41.yaml +++ b/docs/api/v1.41.yaml @@ -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: