[][src]Function dockurl::container::wait_for_container_to_exit

pub fn wait_for_container_to_exit<H: Handler>(
    container_id: &str,
    docker_host: &str,
    use_unix_socket: bool,
    log_handler: H
) -> DockerResult<()>