docs: first pass of krata as an isolation engine

This commit is contained in:
Alex Zenla
2024-06-20 19:57:18 -07:00
parent e219f3adf1
commit 23c7302c04
16 changed files with 23 additions and 27 deletions

View File

@ -33,13 +33,13 @@ use self::{
#[derive(Parser)]
#[command(
version,
about = "Control the krata hypervisor, a secure platform for running containers"
about = "Control the krata isolation engine"
)]
pub struct ControlCommand {
#[arg(
short,
long,
help = "The connection URL to the krata hypervisor",
help = "The connection URL to the krata isolation engine",
default_value = "unix:///var/lib/krata/daemon.socket"
)]
connection: String,