pub fn docker_runtime_status_lines(
volumes: &[String],
mounts: &[String],
env: &[String],
privileged: bool,
network: Option<&str>,
network_aliases: &[String],
) -> Vec<String>Expand description
Build the human-readable [Isolation] status lines for docker runtime
options (volumes, mounts, env, privileged). Used for the start block and
log header; empty collections contribute no lines.