github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/image-volume.md (about)

     1  ####> This option file is used in:
     2  ####>   podman create, run
     3  ####> If file is edited, make sure the changes
     4  ####> are applicable to all of those.
     5  #### **--image-volume**=**bind** | *tmpfs* | *ignore*
     6  
     7  Tells Podman how to handle the builtin image volumes. Default is **bind**.
     8  
     9  - **bind**: An anonymous named volume is created and mounted into the container.
    10  - **tmpfs**: The volume is mounted onto the container as a tmpfs, which allows the users to create
    11  content that disappears when the container is stopped.
    12  - **ignore**: All volumes are just ignored and no action is taken.