Sean Young
Sean Young
Needs DCO
PR has not been changed for as long time, closing.
#8452 is about running podman on windows/mac. This issue about running windows containers on podman (on linux). Not the same issue.
@rhatdan no this would not require qemu. It would require a wine. I imagine there would be base layer with wine, and then the windows image as /c/. Then wine...
@rhatdan this is something I'd like to work on, but realistically I don't know when I'll find the time. I'm already working on other open source projects. Not enough time...
Hmm looks like `podman pull` now has `--os` and `--platform` options. It's been a while since I looked at this
Yes, file links seem to work differently. I haven't quite figured out what the difference is. The image also includes a copy of the windows registry. Lastly the filesystem is...
It might be possible to use libwine.so so we don't have to bind mount external files. I think to get things up a running more quickly, we should first work...
@flouthoc I think a wine base image is a great way to start this. There might be advantages to having the runtime explicitly use libwine rather than a wine base...
Actually @guptapratykshh there is a failure in the vscode test, please fix. Thank you very much