mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
features: graduate from experimental
The type definition was merged into the OCI Runtime Spec v1.1.0-rc.2: https://github.com/opencontainers/runtime-spec/blob/v1.1.0-rc.2/features.md Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
+1
-2
@@ -20,8 +20,7 @@ var featuresCommand = cli.Command{
|
||||
ArgsUsage: "",
|
||||
Description: `Show the enabled features.
|
||||
The result is parsable as a JSON.
|
||||
See https://pkg.go.dev/github.com/opencontainers/runc/types/features for the type definition.
|
||||
The types are experimental and subject to change.
|
||||
See https://github.com/opencontainers/runtime-spec/blob/main/features.md for the type definition.
|
||||
`,
|
||||
Action: func(context *cli.Context) error {
|
||||
if err := checkArgs(context, 0, exactArgs); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user