pub fn bind_mount_host_paths(root: &Path, best_effort: bool) -> Result<()>Expand description
Bind mount essential host directories into container
This allows host binaries to be accessible inside the container. Used in agent mode. Production mode should use bind_mount_rootfs() instead.