pub fn parse_hosts_toml(
input: &str,
) -> Result<RegistryHosts, ContainerdParseError>Expand description
Parse one hosts.toml, sanitizing every endpoint and reducing TLS paths to
typed presence metadata.
pub fn parse_hosts_toml(
input: &str,
) -> Result<RegistryHosts, ContainerdParseError>Parse one hosts.toml, sanitizing every endpoint and reducing TLS paths to
typed presence metadata.