Merge pull request #48616 from dgunzy/47452-allow-empty-isolation-string

api: Allow for an empty string for Isolation in Swagger specs
This commit is contained in:
Sebastiaan van Stijn
2024-12-19 15:31:15 +01:00
committed by GitHub

View File

@@ -1195,6 +1195,7 @@ definitions:
- "default"
- "process"
- "hyperv"
- ""
MaskedPaths:
type: "array"
description: |
@@ -4219,6 +4220,7 @@ definitions:
- "default"
- "process"
- "hyperv"
- ""
Init:
description: |
Run an init inside the container that forwards signals and reaps
@@ -5804,6 +5806,7 @@ definitions:
- "default"
- "hyperv"
- "process"
- ""
InitBinary:
description: |
Name and, optional, path of the `docker-init` binary.