-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bind mount a directory located on Mac #11401
Comments
This is definitely under discussion - it's something we'd like to do, but also a large and complex feature, so we need to figure out a good approach before we start. |
@mheon Thanks for your reply. So this is being considered. That's excellent news for me. Is it being considered somewhere where everyone can see it? I'd like to see the discussion and progress if possible. |
sshfs may be a option here? |
@TomSweeneyRedHat When's the next community cabal? Seems like a good topic for discussion. |
hey! I just had a discussion with the team and I tried to use podman to replace docker-desktop.. I was able to pull and run stateless containers / mount files while in if |
Also reported as Issue #8016 |
QEMU has built-in file sharing (using Like reverse sshfs, it is probably too slow for real-life use cases. But it is something ? Normal sshfs is fast, since most files are on the VM and you only open the ones you edit. There is an implementation of the |
Update: The next community cabal is next Thursday, September 16th at 10:00 a.m. EDT (UTC-4). We'll be discussing, among other topics, the architecture and next steps for volume mounts for |
@mheon Thanks for the information. I'm looking forward to it. Should I close this issue? Or should I keep it for tracking purposes? |
I'll close in favor of the existing #8016 - we can continue to track there. |
The other story is slightly more generic, since it talks about providing a solution for any remote connection (which would most likely based on sshfs) but this use case (Mac) only needs something to work locally (which means that it can use something like virtfs) No reason why both features could not be covered by the other issue, though. |
I agree with that, sshfs would be quite sexy for dealing with remote hosts |
I know that's a big stretch, but has anyone researched whether we can run ELFs "natively" using |
Whoa! Noah is indeed what I was looking for. Wonder why they abandoned it. 🤔 Thank you, @afbjorklund! |
It's harder to do syscall translation and process isolation, than to emulate the old system - with all the warts and all. But it can be done, as seen in the FreeBSD linuxulator and the SmartOS lx-branded zones. If one really wants to... It's totally off-topic in this issue, though. 😊 |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
Maybe this is perhaps not a conversation to be had in this repository.
I think podman is a very big alternative to Docker Desktop. One feature I'm currently missing is the ability to share files with the Mac side. I know that this is difficult because we use
qemu
, but I would be very happy if you would consider making this a reality. Is this worthy of consideration?Reference
The text was updated successfully, but these errors were encountered: