Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily remove CGroup mode in docker compose #696

Merged
merged 2 commits into from
Nov 3, 2022
Merged

Conversation

csegarragonz
Copy link
Collaborator

@csegarragonz csegarragonz commented Nov 2, 2022

As reported in #695, there seems to be a problem with CGroups when the host OS is 22.04 and the container image is running 20.04. This is because 22.04 has moved to CGroup v2, whereas 20.04 uses CGroup v1.

We temporarily disable CGroup's in docker compose which fixes #695. This had also been reported by @eleftheriamap before.

Hopefully moving our container images to 22.04 fixes the issue, but we want to make sure we don't break 20.04 installations then.

Related:

@csegarragonz csegarragonz self-assigned this Nov 2, 2022
@csegarragonz csegarragonz merged commit c5ea918 into main Nov 3, 2022
@csegarragonz csegarragonz deleted the no-cgroup branch November 3, 2022 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request error when running demo hello example in README
2 participants