Minor text edit

Updated the suggested text for clarity.
This commit is contained in:
Usha Mandya 2020-04-06 07:41:02 +01:00 committed by GitHub
parent ddbfc9f8ea
commit fcbd800f90
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). (You'll also have to reboot to run hello world. Maybe you can just log out, someone will need to test)
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