Merge pull request #4045 from fuweid/support-pidfd-socket

[feature request] *: introduce pidfd-socket flag
This commit is contained in:
lfbzhm
2023-11-22 09:13:55 +08:00
committed by GitHub
14 changed files with 371 additions and 5 deletions
+4
View File
@@ -35,6 +35,10 @@ command(s) that get executed on start, edit the args parameter of the spec. See
Value: "",
Usage: "path to an AF_UNIX socket which will receive a file descriptor referencing the master end of the console's pseudoterminal",
},
cli.StringFlag{
Name: "pidfd-socket",
Usage: "path to an AF_UNIX socket which will receive a file descriptor referencing the init process",
},
cli.BoolFlag{
Name: "detach, d",
Usage: "detach from the container's process",