Mark runc features experimental

Follow-up to PR 3296

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2021-12-07 17:51:22 +09:00
parent cdce249635
commit deb0a5f2ef
4 changed files with 14 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ var featuresCommand = cli.Command{
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.
`,
Action: func(context *cli.Context) error {
if err := checkArgs(context, 0, exactArgs); err != nil {