You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
bwrap-oci
has the subcommandrun
to run a container but the OCI spec divides it in operationscreate
andstart
.How could we find a way to divide
run
intocreate+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.
The text was updated successfully, but these errors were encountered: