You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's already supported by `swarmkit`, and act the same as
`HostConfig.Init` on container creation.
Signed-off-by: Vincent Demeester <[email protected]>
Copy file name to clipboardExpand all lines: api/swagger.yaml
+4
Original file line number
Diff line number
Diff line change
@@ -2721,6 +2721,10 @@ definitions:
2721
2721
- "default"
2722
2722
- "process"
2723
2723
- "hyperv"
2724
+
Init:
2725
+
description: "Run an init inside the container that forwards signals and reaps processes. This field is omitted if empty, and the default (as configured on the daemon) is used."
2726
+
type: "boolean"
2727
+
x-nullable: true
2724
2728
NetworkAttachmentSpec:
2725
2729
description: |
2726
2730
Read-only spec type for non-swarm containers attached to swarm overlay
0 commit comments