What is the point of Docker in your solution? Is it just for the convenience of spawning a container for people unfamiliar with QEMU?
You're still running full VM inside. Sharing the kernel resources with a Linux host (where the containers) won't be possible because (a) you're running full QEMU and (b) iOS kernel is not similar to Linux.
Genuinely curious if there are any interesting technical reasons for using Docker. Thanks for your time!
What is the point of Docker in your solution? Is it just for the convenience of spawning a container for people unfamiliar with QEMU?
You're still running full VM inside. Sharing the kernel resources with a Linux host (where the containers) won't be possible because (a) you're running full QEMU and (b) iOS kernel is not similar to Linux.
Genuinely curious if there are any interesting technical reasons for using Docker. Thanks for your time!