-
Greetings, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
They are mounted only by default if you do not specify I have not tired it but my guess is that systemd does not like /mnt as mount point because on Fedora CoreOS that is a symlink to /var/mnt which causes the systemd mount unit to error out. So I suggest you try |
Beta Was this translation helpful? Give feedback.
-
that worked. Thank you! |
Beta Was this translation helpful? Give feedback.
They are mounted only by default if you do not specify
-v
, if you specify your own volume it will unset the default ones.I have not tired it but my guess is that systemd does not like /mnt as mount point because on Fedora CoreOS that is a symlink to /var/mnt which causes the systemd mount unit to error out.
So I suggest you try
-v /usr/local/podman:/var/mnt/podman