/// Environment variable name passed to the container with the containers name
pub const NAME: &str = "NORTHSTAR_NAME";
/// Environment variable name passed to the container with the containers version
pub const VERSION: &str = "NORTHSTAR_VERSION";
/// Environment variable name passed to the container with the containers id
pub const CONTAINER: &str = "NORTHSTAR_CONTAINER";
/// Environment variable name passed to the container with the console fd
pub const CONSOLE: &str = "NORTHSTAR_CONSOLE";