need help to mount rootfs with shared mode #16438
Replies: 4 comments
-
Not at present, but I also see no reason we couldn't add support. Please file an RFE. |
Beta Was this translation helpful? Give feedback.
-
Adding |
Beta Was this translation helpful? Give feedback.
-
keep in mind that shared will propagate mounts only to the rootless mount namespace (the environment you get with |
Beta Was this translation helpful? Give feedback.
-
one trick you can currently use is to add a shared volume, so podman will automatically use the shared propagation for the container rootfs as well:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am runt a rootless podman with
--rootfs /app/rootfs
, after startis there a way to start podman container with shared rootfs mount ?
Beta Was this translation helpful? Give feedback.
All reactions