Skip to content

Commit

Permalink
liboci-cli: Update README with information about features subcommand
Browse files Browse the repository at this point in the history
The `features` subcommand is  implemented in `runc`, but not documented.
See opencontainers/runc#3296

Signed-off-by: Christophe de Dinechin <[email protected]>
Suggested-by: Toru Komatsu <[email protected]>
  • Loading branch information
c3d committed Jul 7, 2023
1 parent 1289971 commit cdb7509
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/liboci-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Interface](https://github.com/opencontainers/runtime-tools/blob/master/docs/comm
| checkpoint | | ||| |
| events || || ||
| exec || ||||
| features || | 🏴 | | |
| list || ||||
| pause || ||||
| ps || ||||
Expand All @@ -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.

0 comments on commit cdb7509

Please sign in to comment.