podman module
similar to apptainer
module, need to control cache and temp file paths; this can be done with a podman
module.
path | default | module action |
---|---|---|
temp files | /tmp |
set TMPDIR ; just use prereq tmpfs ? |
image cache | ~/.local/share/containers/storage/ |
set CONTAINER_STORAGE_ROOT
|
registry cache | ~/.cache/containers/ |
leave alone, since not commonly changed? |
Edited by Christopher Dilks