Created
April 5, 2020 21:48
-
-
Save luiguip/3871f4d0f4553711edbb289ddc1ea49c to your computer and use it in GitHub Desktop.
``` ERRO[0000] oci runtime "runc" does not support CGroups V2: use system migrate to mitigate │······························· Error: unable to start container "e79b7fbb53a7": this version of runc doesn't work on cgroups v2: OCI runtime error ```
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo grubby --update-kernel=ALL --remove-args="systemd.unified_cgroup_hierarchy=0" | |
shutdown -r now | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment