How to run podman and buildah without writing to home directory?
问题 There is almost no disk space left in my home directory but I have a lot of disk space in the directory /scratch/tmpexperiment . That directory is now empty. I would like to try out the commands podman and buildah (just to experiment and learn). After the experiment I would like to erase the directory /scratch/tmpexperiment . Is it possible to instruct podman and buildah to only create and write files under /scratch/tmpexperiment ? Preferably my home directory should remain untouched during