diff --git a/crates/liboci-cli/README.md b/crates/liboci-cli/README.md index ea5809ae9b..a322836ee0 100644 --- a/crates/liboci-cli/README.md +++ b/crates/liboci-cli/README.md @@ -16,6 +16,7 @@ Interface](https://github.com/opencontainers/runtime-tools/blob/master/docs/comm | checkpoint | | | ✅ | ✅ | | | events | ✅ | | ✅ | | ✅ | | exec | ✅ | | ✅ | ✅ | ✅ | +| features | ✅ | | 🏴 | | | | list | ✅ | | ✅ | ✅ | ✅ | | pause | ✅ | | ✅ | ✅ | ✅ | | ps | ✅ | | ✅ | ✅ | ✅ | @@ -24,3 +25,6 @@ Interface](https://github.com/opencontainers/runtime-tools/blob/master/docs/comm | run | ✅ | | ✅ | ✅ | ✅ | | spec | ✅ | | ✅ | ✅ | ✅ | | update | | | ✅ | ✅ | | + +🏴 The `features` subcommand is [implemented](https://github.com/opencontainers/runc/pull/3296) +in `runc`, but not documented.