pub fn merge_default_container_proxy_opts(
config: &mut ImageProxyConfig,
) -> Result<()>Expand description
Apply default configuration for container image pulls to an existing configuration.
For example, if authfile is not set, and auth_anonymous is false, and a global configuration file exists, it will be used.
If there is no configured explicit subprocess for skopeo, and the process is running
as root, then a default isolation of running the process via nobody will be applied.