Replies: 3 comments 2 replies
-
If you run the first rootless podman command it should even warn you if |
Beta Was this translation helpful? Give feedback.
-
@rhatdan Any advice or direction you could provide would be greatly appreciated! Thanks in advance for your time and help! |
Beta Was this translation helpful? Give feedback.
-
Do a The first instance of podman for a rootless user, creates the user namespace and leaves a process inside of the user namespace. |
Beta Was this translation helpful? Give feedback.
-
Description
After a system reboot,
podman unshare
showsfstab
mounts, but subsequent non-fstab
mounts do not appear. Additionally, attempting to unmount the existingfstab
mounts withinpodman unshare
fails.Steps to Reproduce
/etc/fstab
.podman unshare mount
and observe that thefstab
mounts appear.fstab
).podman unshare mount
again and observe that these new mounts don't appear.fstab
mounts insidepodman unshare
and notice the failure.Expected Behavior
fstab
mounts) should appear inpodman unshare mount
after reboot.fstab
mounts should work as expected.Actual Behavior
fstab
mounts are shown after reboot.fstab
mounts do not appear.fstab
mounts insidepodman unshare
fails.Version
5.3.2
6.12.11-0-lts
Additional Information
Any insights would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions