Skip to content

Commit

Permalink
Update fedora.md
Browse files Browse the repository at this point in the history
Current instructions don't work, have to either reboot or maybe logout for Cgroups mod.
  • Loading branch information
flintjr committed Mar 14, 2020
1 parent 64495ca commit ddbfc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/linux/docker-ce/fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ 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).
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)

```bash
$ sudo grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=0"
Expand Down

0 comments on commit ddbfc9f

Please sign in to comment.