pub fn parse_features(
start_info: &ContainerStartInfo,
kernel_extra_features: &[String],
) -> Result<Features, Error>Expand description
Parses all the featurse in entries.
Returns an error if parsing fails, or if an unsupported feature is present in features.