If you see the below warning when creating an engine with Docker on a macbook with an M1 chip,
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
add --platform linux/amd64 to your docker run command.