setup_tmp_mount

Function setup_tmp_mount 

Source
pub(crate) fn setup_tmp_mount() -> Result<()>
Expand description

Ensure that /tmp is a tmpfs because in some cases we might perform operations which expect it (as it is on a proper host system). Ideally we have people run this container via podman run –read-only-tmpfs actually.