Anyone been testing the Docker Public Preview for Apple M1?
In my initial testing, everything appears to be working. However, Docker is VERY slow.
Example use case... I have a simple Jekyll build using the official image.
On my 16-inch MBP it completes in 299 seconds.
On my old 12-inch MB it completes in 630 seconds.
The MacBook Air running the M1 SoC completes in 615 seconds (only just beating the old Intel i7-7Y75).
By comparison, the same workload on my Razer Blade 15 Advanced running WSL 2 on Windows 10 completes in 84 seconds.
I'm assuming the following limitations:
1. Docker on M1 is pre-release (public preview), therefore likely not optimised for the new architecture.
2. The Apple Virtualisation Framework is very immature.
3. Although Docker supports multi-platform images, I suspect the majority are still built using the x86 architecture, therefore not native to the Apple M1.
Do others have the same experience?
In my initial testing, everything appears to be working. However, Docker is VERY slow.
Example use case... I have a simple Jekyll build using the official image.
On my 16-inch MBP it completes in 299 seconds.
On my old 12-inch MB it completes in 630 seconds.
The MacBook Air running the M1 SoC completes in 615 seconds (only just beating the old Intel i7-7Y75).
By comparison, the same workload on my Razer Blade 15 Advanced running WSL 2 on Windows 10 completes in 84 seconds.
I'm assuming the following limitations:
1. Docker on M1 is pre-release (public preview), therefore likely not optimised for the new architecture.
2. The Apple Virtualisation Framework is very immature.
3. Although Docker supports multi-platform images, I suspect the majority are still built using the x86 architecture, therefore not native to the Apple M1.
Do others have the same experience?