Build AMD64 Docker Image in Mac Apple Silicon

When you build:

docker buildx build --platform=linux/amd64 -t test-name .

When you run:

docker run --platform=linux/amd64 -p 80:80 test-name

Posted

in

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *