Skip to content

Instantly share code, notes, and snippets.

View luiguip's full-sized avatar
💻
Developing

Luis Guilherme de Almeida luiguip

💻
Developing
View GitHub Profile
@luiguip
luiguip / Docker fix fedora
Created April 5, 2020 21:48
``` 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 ```
sudo grubby --update-kernel=ALL --remove-args="systemd.unified_cgroup_hierarchy=0"
shutdown -r now
@luiguip
luiguip / Fedora install r, rstudio and dependencies of the tidyverse
Last active April 5, 2020 21:46
Fedora install r, rstudio and dependencies of the tidyverse
sudo dnf install r rstudio libcurl-devel libxml2-devel openssl-devel