Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions docs/experimental.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions features.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down