-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
OCI runtime create failed: cgroup.subtree_control`: Invalid argument: unknown #21
Comments
@carlosedp, I was wondering if you have seen my message above. We really want to get docker going in Fedora 32, but the issue described above stops us. Any help/advice will be highly appreciated. |
I see a couple of problems that might be related to the image... I believe you used the .tar.gz pack. Since it doesn't do the automatic install, some things are missing:
I'll check with David who maintains some Fedora infrastructure if they are already building Docker packages. |
News about this? |
Hi @carlosedp , thanks for you previous reply. After I have installed
Containerd:
Have you see errors like that when you worked on it? Also you mentioned before that you will ask David about Fedora infrastructure, have you heard anything back? Thanks in advance for you help! |
I think I managed to get it working on Fedora. I ended up enabling a few more kernel config option: CONFIG_BRIDGE_NETFILTER as you suggested and a few more options that were reported by check-config.sh as optional. Unfortunately I did bulk change, so I'm not sure which option exactly fixed it.
Thanks a lot for your help @carlosedp |
Great it worked, usually chosing the kernel options is a bit tricky. |
Hi There, I'm trying to run docker on Fedora 32, using Kernel 5.4.
containerd and dockerd started normally:
I can pull docker images, no errors reported there.
When I start the container I'm getting this error:
CONFIG_CGROUPS is enabled in my kernel configuration (so as all other options necessary option as per check-config.sh script.
I tried using docker 19, that you have built and docker 20 that I've built myself both resulted in the same error.
I was wondering if you have any suggestions what else I can try to get it working.
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: