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

How does rootless-containers implement the OCI specification? #47

Closed
oxr463 opened this issue Apr 2, 2022 · 1 comment
Closed

How does rootless-containers implement the OCI specification? #47

oxr463 opened this issue Apr 2, 2022 · 1 comment
Labels

Comments

@oxr463
Copy link

oxr463 commented Apr 2, 2022

OCI Spec seems quite big, which parts are left to implement?

Source: openSUSE/mentoring#160 (comment)

@AkihiroSuda
Copy link
Member

runc consumes the OCI runtime spec config.json, which is generated by Docker/Moby, Podman, containerd, or CRI-O .

e.g., https://github.com/moby/moby/blob/v20.10.14/rootless/specconv/specconv_linux.go

Caveats can be found at https://rootlesscontaine.rs/caveats/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants