79578109

Date: 2025-04-16 21:09:41
Score: 2
Natty:
Report link

If you're running on a Apple silicon, include the following argument when building your container:

--platform=linux/amd64

ex.

$ docker build --platform=linux/amd64 --no-cache -t myproject/mycontainer .

More details here: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-container-image.html

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lukasz Koczorowski