Skip to content

Commit

Permalink
vmm-task: use crate youki to manage container instead of runc
Browse files Browse the repository at this point in the history
Signed-off-by: Vanient <xiadanni1@huawei.com>
  • Loading branch information
Vanient committed Dec 25, 2023
1 parent f4ab00f commit 30b9eea
Show file tree
Hide file tree
Showing 5 changed files with 625 additions and 228 deletions.
1 change: 1 addition & 0 deletions vmm/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub mod mount;
pub mod storage;

pub const KUASAR_STATE_DIR: &str = "/run/kuasar/state";
pub const YOUKI_DIR: &str = "/run/kuasar/youki";

pub const IO_FILE_PREFIX: &str = "io";
pub const STORAGE_FILE_PREFIX: &str = "storage";
Expand Down
Loading

0 comments on commit 30b9eea

Please sign in to comment.