Containers/Podman volumes (directory) mapping not support rshared

This is a BUG REPORT or FEATURE REQUEST

Version: VyOS 1.4-rolling-202306130317
Release train: current

Built by: autobuild@vyos.net
Built on: Tue 13 Jun 2023 03:17 UTC
Build UUID: 52285921-0a5b-4adf-bdd4-0b20e155a3eb
Build commit ID: dd194c6e8024e1

Could you provide a real example?
Is it correct?

podman run --replace --rm -dit -v /config/containers:/etc/foo:rshared --name mypod1 --net host busybox

podman run --replace --rm -dit -v /config/containers:/etc/foo:ro,rshared --name mypod1 --net host busybox

podman run --replace --rm -dit -v /config/containers:/etc/foo:rw,rshared --name mypod1 --net host busybox

I created a feature request T5304

it can be achieved by podman command,but how do i set up in configuration mode?

for example :set container name rclone volume data mode rshard

See the feature request ⚓ T5304 Containers add bind-propagation option rshared

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.

Already implemented in the T5304