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";