mirror of https://github.com/docker/docs.git
Update the adoption status of cgroup v2
In addition to Fedora, now cgroup v2 is used by default on Debian and Ubuntu, too. Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
parent
d17061c1ea
commit
5f74d132ee
|
@ -62,10 +62,10 @@ If `/sys/fs/cgroup/cgroup.controllers` is present on your system, you are using
|
||||||
otherwise you are using v1.
|
otherwise you are using v1.
|
||||||
Refer to the subsection that corresponds to your cgroup version.
|
Refer to the subsection that corresponds to your cgroup version.
|
||||||
|
|
||||||
> **Note**
|
cgroup v2 is used by default on the following distributions:
|
||||||
>
|
- Fedora (since 31)
|
||||||
> As of 2020, Fedora is the only well-known Linux distributon that uses cgroup v2 by default.
|
- Debian GNU/Linux (since 11)
|
||||||
> Fedora uses cgroup v2 by default since Fedora 31.
|
- Ubuntu (since 21.10)
|
||||||
|
|
||||||
#### cgroup v1
|
#### cgroup v1
|
||||||
You can look into `/proc/cgroups` to see the different control group subsystems
|
You can look into `/proc/cgroups` to see the different control group subsystems
|
||||||
|
|
Loading…
Reference in New Issue