Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Do Not Merge]: Track runc missing options and commands #1613

Closed
wants to merge 9 commits into from

Commits on Mar 7, 2023

  1. checkpoint: Add the missing options and change options order

    Add the missing command-line options as documented for runc, and also reorder
    the options to match the documentation:
    https://github.com/opencontainers/runc/blob/main/man/runc-checkpoint.8.md
    
    (This does not mean that they are necessarily implemented)
    
    Signed-off-by: Christophe de Dinechin <[email protected]>
    c3d committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    20ef9f5 View commit details
    Browse the repository at this point in the history
  2. create: Add no_pivot option, and change option order

    The --no-pivot option is documented in
    https://github.com/opencontainers/runc/blob/main/man/runc-create.8.md
    
    Also change the options order in order to match the doc, this makes the code a
    bit easier to maintain.
    
    Signed-off-by: Christophe de Dinechin <[email protected]>
    c3d committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    6a1f831 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. exec: Add missing command-line options

    Add the missing command-line options for the exec subcommand.
    Reference: https://github.com/opencontainers/runc/blob/main/man/runc-exec.8.md
    
    Signed-off-by: Christophe de Dinechin <[email protected]>
    c3d committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    6d21344 View commit details
    Browse the repository at this point in the history
  2. run: Add missing options to run subcommand

    Also change the order to match the documentation in
    https://github.com/opencontainers/runc/blob/main/man/runc-run.8.md
    
    Signed-off-by: Christophe de Dinechin <[email protected]>
    c3d committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    126d3d9 View commit details
    Browse the repository at this point in the history
  3. update: Add missing options to the update subcommand

    Add command-line options as documented in
    https://github.com/opencontainers/runc/blob/main/man/runc-update.8.md
    
    Signed-off-by: Christophe de Dinechin <[email protected]>
    c3d committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    a4ab99b View commit details
    Browse the repository at this point in the history
  4. spec: Add options for the spec subcommand

    Add the missing bundle option, as documented in
    https://github.com/opencontainers/runc/blob/main/man/runc-spec.8.md
    
    Signed-off-by: Christophe de Dinechin <[email protected]>
    c3d committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    684667c View commit details
    Browse the repository at this point in the history
  5. features: Add features subcommand

    The 'features' subcommand is not publicly documented yet, but it was introduced
    in `runc` in opencontainers/runc#3296.
    
    Signed-off-by: Christophe de Dinechin <[email protected]>
    c3d committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    4a0546c View commit details
    Browse the repository at this point in the history
  6. liboci-cli: Update README with information about features subcommand

    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]>
    c3d committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    a191eb7 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. list: Add missing command-line options

    Add the command-line options documented in
    https://github.com/opencontainers/runc/blob/main/man/runc-list.8.md
    
    Signed-off-by: Christophe de Dinechin <[email protected]>
    c3d committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    3d91cdb View commit details
    Browse the repository at this point in the history