pub fn is_ostree_container() -> Result<bool>Expand description
Returns true if the current booted filesystem appears to be an ostree-native container.
This just invokes is_bare_split_xattrs and running_in_container.
pub fn is_ostree_container() -> Result<bool>Returns true if the current booted filesystem appears to be an ostree-native container.
This just invokes is_bare_split_xattrs and running_in_container.