bwrap-oci icon indicating copy to clipboard operation
bwrap-oci copied to clipboard

OCI operations: create and start

Open alban opened this issue 7 years ago • 1 comments

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.

alban avatar Mar 13 '18 14:03 alban

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.

giuseppe avatar Mar 13 '18 15:03 giuseppe