-
Notifications
You must be signed in to change notification settings - Fork 347
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
(Question) The Linux kernel is a requirement, what APIs are used? #2933
Comments
We don't have a specific list for this question. How about running youki with bpftrace or ptrace? |
@utam0k AFAIK Redox supports I'm concerned with kernel interfaces. |
Anyway, we should give it a try and observe the error message. Is there an easy way to run youki on Redox? |
@utam0k I created a recipe for it yesterday, I didn't built it yet: https://gitlab.redox-os.org/redox-os/cookbook/-/blob/master/recipes/wip/containers/youki/recipe.toml If you want to build/test it use the following command on GNU Bash: cd cookbook && git pull && cd .. && make r.youki |
Hey @hardBSDk , by nature of containers themselves, cgroups and namespaces with their behavior similar to Linux would also be a requirement. I'm not familiar with redox, does it have similar concepts? I don't think these two come under POSIX, right? |
@YJDoc2 Redox support namespaces using capabilities (Contain), like the Capsicum from FreeBSD. Thus I think the file descriptors are similar to Linux, but it still don't have a cgroups equivalent. |
No description provided.
The text was updated successfully, but these errors were encountered: