boot2podman / machine

Apache License 2.0
120 stars 16 forks source link

add mounts to qemu (to use as podman volume) #18

Open stephankoelle opened 4 years ago

stephankoelle commented 4 years ago

might it be ok to pass a mount to the qemu VM, to later use that as volume in podman? Or is this the wrong approach?

-virtfs local,path=/path/to/share,mount_tag=host0,security_model=passthrough,id=host0

afbjorklund commented 4 years ago

Could be a nice add-on, do you have a complete example (use case)