None via Podman <podman(a)lists.podman.io> writes:
I only want to when I pull an image on node1, and then I can see the
image on node2 when I exec "podman images". So I store it into share directory.
in that case you'll need to override the run directory with `--runroot`
and make sure it points to a directory that exists on both nodes.
An alternative fix could be to setup an additional store that you
populate from node1, and then use it from node2, more details on how to
do it here:
https://www.redhat.com/sysadmin/image-stores-podman