mirror of
https://github.com/containers/youki
synced 2024-11-23 17:32:15 +01:00
3626f4f4ec
The OCI CLI document doesn't define any required global options, but there are a number which are commonly accepted by most runtimes. We define this subset there, and incorporate it into the top-level Parser in Youki using fixes #508 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
liboci-cli
This is a crate to parse command line arguments for OCI container runtimes as specified in the [OCI Runtime Command Line Interface][https://github.com/opencontainers/runtime-tools/blob/master/docs/command-line-interface.md).
Implemented subcommands
Command | liboci-cli | CLI Specification | runc | crun | youki |
---|---|---|---|---|---|
create | ✅ | ✅ | ✅ | ✅ | ✅ |
start | ✅ | ✅ | ✅ | ✅ | ✅ |
state | ✅ | ✅ | ✅ | ✅ | ✅ |
kill | ✅ | ✅ | ✅ | ✅ | ✅ |
delete | ✅ | ✅ | ✅ | ✅ | ✅ |
checkpoint | ✅ | ✅ | |||
events | ✅ | ✅ | ✅ | ||
exec | ✅ | ✅ | ✅ | ✅ | |
list | ✅ | ✅ | ✅ | ✅ | |
pause | ✅ | ✅ | ✅ | ✅ | |
ps | ✅ | ✅ | ✅ | ✅ | |
restore | ✅ | ✅ | |||
resume | ✅ | ✅ | ✅ | ✅ | |
run | ✅ | ✅ | ✅ | ✅ | |
spec | ✅ | ✅ | ✅ | ✅ | |
update | ✅ | ✅ |