mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
merge #3861 into opencontainers/runc:main
Akihiro Suda (1): features: graduate from experimental LGTMs: kolyshkin cyphar Closes #3861
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
# Experimental features
|
||||
|
||||
The following features are experimental and subject to change:
|
||||
|
||||
- The `runc features` command (since runc v1.1.0)
|
||||
|
||||
The following features were experimental in the past:
|
||||
|
||||
Feature | Experimental release | Graduation release
|
||||
---------------------------------------- | -------------------- | ------------------
|
||||
cgroup v2 | v1.0.0-rc91 | v1.0.0-rc93
|
||||
The `runc features` command | v1.1.0 | v1.2.0
|
||||
|
||||
+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