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

OCI operations: create and start #18

Open
alban opened this issue Mar 13, 2018 · 1 comment
Open

OCI operations: create and start #18

alban opened this issue Mar 13, 2018 · 1 comment

Comments

@alban
Copy link

alban commented Mar 13, 2018

bwrap-oci has the subcommand run to run a container but the OCI spec divides it in operations create and start.

How could we find a way to divide run into create+start in bwrap?

In order to run the validation tests from runtime-tools, bwrap-oci would need to support the OCI Runtime Command Line Interface.

@giuseppe
Copy link
Collaborator

we could probably take advantage of --block-fd in bubblewrap to support create/start although bwrap-oci will never be able to support the full OCI specs as we are limited to what bubblewrap supports.

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

No branches or pull requests

2 participants