
A wired or wireless router that you can configure. An always-on Mac that's connected to your network, running Mac OS Sierra or later, with at least 4GB of RAM. To make your Mac run Pi-hole, you'll need to follow a few more steps than that. If anything, it's easier to set up Pi-hole on a Raspberry Pi than on a Mac there, a single terminal command will kick off the installation process. Read more on the Docker documentation about multi-architecture images.Lest you get too excited, please remember that Pi-hole was written by Linux programmers, whose warm, generous community spirit is matched only by their apparent fondness for creating programs that require a computer science degree to set up and use. For example docker buildx build - platform linux/amd64,linux/arm64,linux/arm/v7 -t username/demo:latest - push. With the docker buildx build command, you can add multiple platforms to support arm64. But, Docker is offering a simple way to build them quickly. I don't know how much work converting a specific image to a multi-platform one is. If you are a Docker Image maintainer, I would like to thank you for your fantastic work! Many people rely on your work, so a big thanks ❤ ️.ĭocker Images currently can be built as multi-platform images. I found this during different debugging sessions but finally got it working with this image. The alternative for this Docker image is /azure-sql-edge:latest. If you find Docker images that don't have ARM64 support, go to the Github issues page and open an issue to request ARM64 support, this will help everyone 👍 MSSQLįor everyone that needs to use MSSQL in their application, I found that this image doesn't support ARM64 yet. If you use Rosetta 2, you can run amd64 images, but they can cause performance issues.Įxample's of popular Docker Images with ARM64 support are: Most official Docker Images created by Docker have support for ARM64.ĭocker Images with the ARM64 tag run on the Mac M1 natively.
Not every Docker image maintainer did that. Many Docker images are made available for the M1. If you already have it installed, you can skip this step softwareupdate -install-rosettaĭownload Docker for Mac from the Docker website, and install it.
Even when trying to spin the Docker tutorial container, it stayed running 🥳 How To Use Docker On Mac M1?īefore you install Docker for Mac, run this command in your terminal for installing Rosetta 2. I installed it everything was fine during the installation. Now, a couple of months later, I needed Docker.
I installed it, but sadly enough, my mac crashed immediately. A few months ago, I worked with Docker on my Macbook Pro (M1).