fn uses_non_docker_transport(image: &str) -> boolExpand 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.