Skip to content

Commit

Permalink
Merge pull request #2674 from AkihiroSuda/graduate-cgroup2-experimental
Browse files Browse the repository at this point in the history
Move cgroup v2 out of experimental
  • Loading branch information
kolyshkin committed Nov 10, 2020
2 parents f4440f9 + 3f2f06d commit 636f23d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ This means that `runc` 1.0.0 should implement the 1.0 version of the specificati

You can find official releases of `runc` on the [release](https://github.com/opencontainers/runc/releases) page.

Currently, the following features are not considered to be production-ready:

* [Support for cgroup v2](./docs/cgroup-v2.md)

## Security

The reporting process and disclosure communications are outlined [here](https://github.com/opencontainers/org/blob/master/SECURITY.md).
Expand Down
2 changes: 1 addition & 1 deletion docs/cgroup-v2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cgroup v2

runc supports cgroup v2 (unified mode) experimentally since v1.0.0-rc91.
runc fully supports cgroup v2 (unified mode) since v1.0.0-rc93.

To use cgroup v2, you might need to change the configuration of the host init system.
Fedora (>= 31) uses cgroup v2 by default and no extra configuration is required.
Expand Down

0 comments on commit 636f23d

Please sign in to comment.