Open patrick-melo opened 1 year ago
Hello,
My images were build on amd64. So you want to use them on arm64 you will need to rebuild it on that architecture.
so:
git clone https://github.com/digrouz/docker-certbot.git
cd docker-certbot
docker build --tag digrouz/certbot .
From this locally build image, you should be able to run it
I'm getting the following error when I run the command. I'm running this on a MacBook Pro with the Apple M2 chip. Any suggestions?
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested