pub async fn list_running_containers<C: DockerClient>( client: &C, ) -> Result<Vec<Container>, DockerError>