Fix: Azure Container Registry Restarting Infinitely for Image Build from M1

Docker image run local gracefully. Deploy and stuck at infinite reboot

The problem is at your Docker File build from Mac M1

You must include this options to let it know that your build is for x64 architecture.

Example in Node.js image is:

--

--

Co-founder and Coder at work !

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store