Skip to content

Instantly share code, notes, and snippets.

@juelvaldivia
Created December 11, 2019 00:00
Show Gist options
  • Save juelvaldivia/75cf71a62d7edcc3a37767089cd0f2a4 to your computer and use it in GitHub Desktop.
Save juelvaldivia/75cf71a62d7edcc3a37767089cd0f2a4 to your computer and use it in GitHub Desktop.
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