arcbox-constants 0.1.6

Shared protocol and runtime constants for ArcBox
Documentation
1
2
3
4
5
/// Environment variable for selecting boot asset version.
pub const BOOT_ASSET_VERSION: &str = "ARCBOX_BOOT_ASSET_VERSION";

/// Environment variable for overriding guest Docker API vsock port.
pub const GUEST_DOCKER_VSOCK_PORT: &str = "ARCBOX_GUEST_DOCKER_VSOCK_PORT";