Closed
Description
Feature request description
Software I run in a container scatters different files everywhere. Everything works, but slow because these changes are stored in the same FS where layers of the image are (disk). I need podman to make final overlayfs with workdir
and upperdir
in tmpfs. I don't need any files stored in the container after its death.