7 ms·
Well the Engine maybe native, but how is it running the necessary x86_64 Linux VM under HyperKit?
by errcorrectcode 5y ago
Well the Engine maybe native, but how is it running the necessary x86_64 Linux VM under HyperKit?
- nodesocket 5y agoI don't believe it does, stil get arm64 Docker images. However, there is an experimental mode with Docker Desktop that allows for multiple architecture builds using buildx[1] but I have not tried it. [1] https://docs.docker.com/engine/reference/commandline/buildx/ https://docs.docker.com/engine/reference/commandline/buildx/
- errcorrectcode 5y agoThat's no bueno. I had hoped Docker, with all their investment $$, would've figured out a way (even QEMU or AOT/JIT recompilation) to run multiple architectures and platforms (i.e., FreeBSD, Linux) by now.