Merge pull request #10453 from flintjr/patch-1

Update fedora.md
This commit is contained in:
Usha Mandya 2020-04-06 07:50:45 +01:00 committed by GitHub
commit 73293d4e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -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