foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.64k stars 1.14k forks source link

Switch to Docker #414

Closed jeanlucmongrain closed 1 year ago

jeanlucmongrain commented 3 years ago

Why you don't use build docker image that have all steps in portable containers? that might simplify a lot everything, no?

tbrtje commented 3 years ago

No, what would that help? There is nothing that needs to be built.

Joseph-Hui commented 3 years ago

You can check this.

walker84837 commented 1 year ago

@jeanlucmongrain I think using Docker or anything to build is kind of pointless in repos like this. Yes, you can point a symlink in /usr/bin to match the basic.sh or make a script that does the jumpstart.sh and basic.sh part all-in-one for speed purposes, but I think it's just better to keep it simple and let it be as is.