Crate liboci_cli

Source

Structs§

Checkpoint
Checkpoint a running container Reference: https://github.com/opencontainers/runc/blob/main/man/runc-checkpoint.8.md
Create
Create a container Reference: https://github.com/opencontainers/runc/blob/main/man/runc-create.8.md
Delete
Release any resources held by the container
Events
Show resource statistics for the container
Exec
Execute a process within an existing container Reference: https://github.com/opencontainers/runc/blob/main/man/runc-exec.8.md
Features
Return the features list for a container This subcommand was introduced in runc by https://github.com/opencontainers/runc/pull/3296 It is documented here: https://github.com/opencontainers/runtime-spec/blob/main/features-linux.md
GlobalOpts
Kill
Send the specified signal to the container
List
List created containers
Pause
Suspend the processes within the container
Ps
Display the processes inside the container
Resume
Resume the processes within the container
Run
Create a container and immediately start it
Spec
Command generates a config.json
Start
Start a previously created container
State
Show the container state
Update
Update running container resource constraints

Enums§

CommonCmd
StandardCmd