mirror of
https://github.com/moby/moby.git
synced 2026-07-11 18:13:57 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user