Running on M1 fails to start
Closed this issue · 2 comments
JKetelaar commented
Describe the bug
Run the command on a MacBook M1 (Max)
docker run --name ciao -p 8090:3000 brotandgames/ciao
To Reproduce
Steps to reproduce the behavior:
- Ensure Docker is running
- Execute
docker run --name ciao -p 8090:3000 brotandgames/ciao
- See error
Expected behavior
No error and running
Desktop (please complete the following information):
- OS: MacOS 12.3
Additional context
Log: https://gist.github.com/JKetelaar/5c3dc81ebfc40e6b9517281212ac9a36
brotandgames commented
Hi @JKetelaar,
Could you please try with the new 1.7.1 docker image?
docker run --name ciao -p 8090:3000 brotandgames/ciao:1.7.1
JKetelaar commented
Works like a charm! Thanks!