Skip to main content

bind_mount_host_paths

Function bind_mount_host_paths 

Source
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.