arcbox-constants 0.4.10

Shared protocol and runtime constants for ArcBox
Documentation
1
2
3
4
5
/// Default root block device path in guest.
pub const ROOT_BLOCK_DEVICE: &str = "/dev/vda";

/// Default Docker data block device path in guest.
pub const DOCKER_DATA_BLOCK_DEVICE: &str = "/dev/vdb";