-
Notifications
You must be signed in to change notification settings - Fork 514
Open
Open
Copy link
Labels
storageissues and features associated with storage.issues and features associated with storage.
Description
Feature or enhancement request details
If I mount one directory into a container, it works fine:
container run -it --rm --mount type=bind,src=$HOME,dst=/home-ro,ro debian:unstable bashBut if I try to mount the same directory twice, it fails:
container run -it --rm --mount type=bind,src=$HOME,dst=/home-rw --mount type=bind,src=$HOME,dst=/home-ro,ro debian:unstable bash
Error: unknown: "Error Domain=VZErrorDomain Code=2 "More than one Virtio File System device uses the tag “04131abe9006686b4bfe17357444d13e2622”." UserInfo={NSLocalizedFailure=Invalid virtual machine configuration., NSLocalizedFailureReason=More than one Virtio File System device uses the tag “04131abe9006686b4bfe17357444d13e2622”.}"Admittedly, I don't have a compelling need for this, but the limitation feels a bit arbitrary and didn't see any mention of it elsewhere. I figured I could post an issue in case it's a simple fix. Thanks!
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
storageissues and features associated with storage.issues and features associated with storage.