const NON_DOCKER_TRANSPORTS: &[&str];Expand description
Non-docker container image transports known to containers/image.
The libpod HTTP API only supports docker: (registry) transport.
Any image reference starting with one of these prefixes followed by :
must be pulled via the podman pull CLI instead.