Mario Loriedo
Mario Loriedo
Now that https://github.com/containers/podman/pull/26277 has been merged, the first `machine init` needs to be run in an admin terminal, but consequent `machine init` don't need it, as well as other machine...
@rhatdan yes. I mean I should resume working on this next week.
When I first looked at https://github.com/containers/storage/issues/2094, I thought we had to address something in `containers/storage`. After looking at it again, I see that the problem is in `container/podman`, and there...
> This is likely the right thing but it also a breaking change as hyper V users might depend on the current paths and I am not sure how we...
> ``` > podman run -v /Users/username/folder:/test fedora > ``` > > But this should work with the current default I assume? And if we have users using that we...
I have pushed a commit with the alternative approach (keeping the old hyper-v default mount and adding a new WSL-consistent mount) to this branch https://github.com/l0rd/containers-common/commit/2dfaccc3c7bbce4c8a3d0b6dee08769438637203.
@n1hility @baude @Luap99 thank you for your review. I have updated the PR so that both notations are supported on Hyper-V (`-v /Users/` and `-v C:\Users\`). The unit test is...
@Luap99 thank you for the review. I have updated the PR taking into account your feedback.
@baude @containers/podman-maintainers PTAL