Created
December 11, 2019 00:00
-
-
Save juelvaldivia/75cf71a62d7edcc3a37767089cd0f2a4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
ERROR: Service 'php-fpm' failed to build: OCI runtime create failed: container_linux.go:346: | |
starting container process caused "process_linux.go:297: applying cgroup configuration for | |
process caused \"open /sys/fs/cgroup/docker/cpuset.cpus.effective: no such file or directory\"": unknown | |
SOLUTION | |
sudo dnf install -y grubby && \ | |
sudo grubby \ | |
--update-kernel=ALL \ | |
--args="systemd.unified_cgroup_hierarchy=0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment