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
Usage: "the config mode for runtimes that support multiple configuration mechanisms",
121
126
Destination: &config.mode,
122
127
},
128
+
&cli.StringFlag{
129
+
Name: "config-source",
130
+
Usage: "the source to retrieve the container runtime configuration; one of [command, file]\"",
131
+
Destination: &config.configSource,
132
+
Value: defaultConfigSource,
133
+
},
123
134
&cli.StringFlag{
124
135
Name: "oci-hook-path",
125
136
Usage: "the path to the OCI runtime hook to create if --config-mode=oci-hook is specified. If no path is specified, the generated hook is output to STDOUT.\n\tNote: The use of OCI hooks is deprecated.",
// By default we extract the runtime options from the runc settings; if this does not exist we get the options from the default runtime specified in the config.
// By default we extract the runtime options from the runc settings; if this does not exist we get the options from the default runtime specified in the config.
0 commit comments