Docker fails to launch on Apple Silicon
github.com
Docker fails to launch on Apple Silicon
1–10 of 281 posts
Re: Docker fails to launch on Apple Silicon
#2... but for the current state where ARM-compatible images make up roughly 1% of Docker Hub, I don't even see the point of wanting to use Docker on M1.
Re: Docker fails to launch on Apple Silicon
#3If ARM servers take over, then running ARM docker natively on M1 could be helpful ... ... but for the current state where ARM-compatible images make up roughly 1% of Docker Hub, I don't even see the point of wanting to use Docker on M1.
Re: Docker fails to launch on Apple Silicon
#4x86 emulation gives access to most available Docker images anyways -- and the performance of the new CPUs would seems to indicate that emulation may not be so terrible, at least for the short term.
Re: Docker fails to launch on Apple Silicon
#5Re: Docker fails to launch on Apple Silicon
#6The first AS Macs are targeted at people who don't need things like docker. Eventually all the support needed will be available. It's a two year transition, you have to start somewhere.
Re: Docker fails to launch on Apple Silicon
#7I think Docker for Mac should just use x86 emulation for the time being -- apparently the new Apple chips don't support virtualization? x86 emulation gives access to most available Docker images anyways -- and the performance of the new CPUs would seems to indicate that emulation may not be so terrible, at least for the short term.
QEMU would allow running x86 images on Apple Silicon but I don't know if the performance would be acceptable. You can't use Rosetta 2 with Linux no matter how much you might like to.
Re: Docker fails to launch on Apple Silicon
#8If ARM servers take over, then running ARM docker natively on M1 could be helpful ... ... but for the current state where ARM-compatible images make up roughly 1% of Docker Hub, I don't even see the point of wanting to use Docker on M1.
I think you can still use docker x86 images on virtualization mode
Re: Docker fails to launch on Apple Silicon
#9This is strangely a really big selling point for me as a habit breaker. I spent a good part of the release evening whining about the pitiful memory and the cost of the devices but I am regretting that on reflection. Why? Well I just spent two days arguing with problems with Microsoft's fucked up shit show of mixed platform Windows containers and Docker which ultimately ended up in a completely hosed OS install. Every time I use some heavily marketed stack it turns into this mess eventually if not right away.
My conclusion is doing this on my main computer i.e. my portal to the universe is a functional risk so I'd rather do it somewhere completely different i.e. on a desktop PC hidden away somewhere or Amazon where I can nuke the whole universe and start again without losing access to essential services etc.
So perhaps I don't need a virtualization equipped CPU after all for my computer? Forcing my hand in that direction may be a net gain.
Re: Docker fails to launch on Apple Silicon
#10Earlier quoted context omitted.
I think you can still use docker x86 images on virtualization mode
No, I've seen no evidence of this. Docker Desktop does not work [on Apple Silicon] in any form today.