Skip to main content

fetch_containers

Function fetch_containers 

Source
pub fn fetch_containers(
    ctx: &SshContext<'_>,
    cached_runtime: Option<ContainerRuntime>,
) -> Result<(ContainerRuntime, Vec<ContainerInfo>), ContainerError>
Expand description

Fetch container list synchronously via SSH. Follows the fetch_remote_listing pattern.