Skip to main content

analyze_dependencies

Function analyze_dependencies 

Source
pub async fn analyze_dependencies<C>(
    docker: &C,
) -> Result<ExecutionResult, AnalyzeError>
where C: DockerClient + ?Sized,
Expand description

Analyze container dependencies: which containers share networks, compose projects, and images.