Function docker_bisect::try_bisect

source ·
pub fn try_bisect(
    histories: &Vec<ImageLayer>,
    command_line: Vec<String>,
    options: BisectOptions
) -> Result<Vec<Transition>, Error>
Expand description

Create containers based on layers and run command_line against them. Result is the differences in std out and std err.