Skip to content
Snippets Groups Projects
Verified Commit d7634e1a authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Fix possible systemd cgroups mangement bug

podman throws an error for all `RUN` commands saying:

```
systemd cgroup flag passed, but systemd support for managing cgroups is not available
```

This patch should fix this problem by changing the cgroups-manager
defaults to cgroupfs.
parent 799b33bb
Branches
Tags
No related merge requests found
Pipeline #755 passed
FROM fedora:30
COPY resources/storage.conf /etc/containers/
COPY resources/storage.conf resources/libpod.conf /etc/containers/
RUN dnf -y upgrade && dnf -y install podman buildah findutils && dnf clean all
......
cgroup_manager = "cgroupfs"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment