mirror of https://github.com/docker/docs.git
commit
73293d4e71
|
@ -164,14 +164,16 @@ from the repository.
|
|||
|
||||
Docker is installed but not started. The `docker` group is created, but no users are added to the group.
|
||||
|
||||
3. Cgroups Exception
|
||||
For Fedora 31, you'll have to enable the [backwards compatibility for Cgroups](https://fedoraproject.org/wiki/Common_F31_bugs#Other_software_issues).
|
||||
3. Cgroups Exception:
|
||||
For Fedora 31 and higher, you need to enable the [backward compatibility for Cgroups](https://fedoraproject.org/wiki/Common_F31_bugs#Other_software_issues).
|
||||
|
||||
```bash
|
||||
$ sudo grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=0"
|
||||
```
|
||||
|
||||
4. Start Docker
|
||||
|
||||
After running the command, you must reboot for the changes to take effect.
|
||||
|
||||
4. Start Docker.
|
||||
|
||||
```bash
|
||||
$ sudo systemctl start docker
|
||||
|
|
Loading…
Reference in New Issue