mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-04 05:31:32 +00:00
docs: first pass of krata as an isolation engine
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user