Skip to main content

uses_non_docker_transport

Function uses_non_docker_transport 

Source
fn uses_non_docker_transport(image: &str) -> bool
Expand description

Returns true if image uses a non-docker transport prefix.

Plain image names (e.g. quay.io/example/foo:latest) and explicit docker: references are handled by the libpod HTTP API. Everything else needs the subprocess fallback.