Shehu Awwal

Docker

Running x86/AMD64 Docker Container Images On Apple Mac ARM With Colima

Learn how to run x86/AMD64 Docker images on Apple Silicon using Colima for seamless container management.

I’ve really encountered issues most especially switching from Apple Intel processor to Apple Silicon with docker images built specifically for x86/AMD64 but unable to run on the mac. Likely you might have encountered this issues if the image was built for x86/AMD64, but with docker buildx that allows you to build container images for multi architecture processor becomes easy. How about when the images is old for like 5years or so.

Containers · Docker · MacOS

4 minutes