-
Notifications
You must be signed in to change notification settings - Fork 324
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
Handle ENOSYS when creating keyring #594
Comments
Closes: containers#594 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
thanks! Is it something like this enough: #596 ? |
Thanks, that was fast! It seems like that should be sufficient. I can try building and testing it if you think that's worth it? |
yes thanks. It'd be good if we can confirm it works for you. You could also try the build artifact here: https://github.com/containers/crun/pull/596/checks?check_run_id=1893893194 |
Oh nice, that's much easier. Yes it works! |
thanks for confirming it! |
Closes: containers#594 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
I am using podman on ChromeOS, and when I try and run a container it gives me an error like this:
After some research it seems as if crun is probably missing something like this:
opencontainers/runc#1893
This has some more recent information and discussion regarding namespacing and keyrings if that's a concern:
containers/podman#8384
crun version info:
The text was updated successfully, but these errors were encountered: