Podman – stores the data when pulling and building the image and this location is defined by the parameter imageCopyTmpDir
root@pve-pdman-01:~# podman info | grep imageCopyTmpDir
imageCopyTmpDir: /var/tmp
root@pve-pdman-01:~#
root@pve-pdman-01:~# export TMPDIR=/tmp
root@pve-pdman-01:~# podman info | grep imageCopyTmpDir
imageCopyTmpDir: /tmp
root@pve-pdman-01:~#
This entry was posted on Dienstag, November 4th, 2025 at 10:35 and is filed under Administration, Linux Solution. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.