pub const ISOLATION_NETWORK_LABEL: &str = "com.zlayer.isolation_network";Expand description
Reserved container label naming the isolation network a container must join.
Read by every runtime’s overlay attach path (via
crate::overlay::OverlayMode + the agent’s resolve_isolation_network)
and by the Windows HCS create path. An explicit value always wins over
mode-derived isolation scoping. Canonical definition; per-crate copies in
the api/agent crates carry the same string.