Selaa lähdekoodia

api: docs: fix indentation of HostConfig.SecurityOpt (v1.39-v1.41)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 3 vuotta sitten
vanhempi
commit
0759f013a4
3 muutettua tiedostoa jossa 9 lisäystä ja 6 poistoa
  1. 3 2
      docs/api/v1.39.yaml
  2. 3 2
      docs/api/v1.40.yaml
  3. 3 2
      docs/api/v1.41.yaml

+ 3 - 2
docs/api/v1.39.yaml

@@ -934,8 +934,9 @@ definitions:
             description: "Mount the container's root filesystem as read only."
             description: "Mount the container's root filesystem as read only."
           SecurityOpt:
           SecurityOpt:
             type: "array"
             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:
             items:
               type: "string"
               type: "string"
           StorageOpt:
           StorageOpt:

+ 3 - 2
docs/api/v1.40.yaml

@@ -995,8 +995,9 @@ definitions:
             description: "Mount the container's root filesystem as read only."
             description: "Mount the container's root filesystem as read only."
           SecurityOpt:
           SecurityOpt:
             type: "array"
             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:
             items:
               type: "string"
               type: "string"
           StorageOpt:
           StorageOpt:

+ 3 - 2
docs/api/v1.41.yaml

@@ -1027,8 +1027,9 @@ definitions:
             description: "Mount the container's root filesystem as read only."
             description: "Mount the container's root filesystem as read only."
           SecurityOpt:
           SecurityOpt:
             type: "array"
             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:
             items:
               type: "string"
               type: "string"
           StorageOpt:
           StorageOpt: