MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / is_docker_not_found_error

Function is_docker_not_found_error

crates/openshell-driver-vm/src/driver.rs:3329–3337  ·  view source on GitHub ↗
(err: &BollardError)

Source from the content-addressed store, hash-verified

3327}
3328
3329fn is_docker_not_found_error(err: &BollardError) -> bool {
3330 matches!(
3331 err,
3332 BollardError::DockerResponseServerError {
3333 status_code: 404,
3334 ..
3335 }
3336 )
3337}
3338
3339async fn export_local_image_rootfs_to_path(
3340 docker: &Docker,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected