-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for arm architectures in docker-compose.yml #2615
Comments
@lehni Here is the PR for QoL about ARM architectures |
Ok so the problem is that |
Or we could use |
With the override file, I get: docker-compose up
[+] Running 27/27
✔ mysql 11 layers [⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿] 0B/0B Pulled 15.3s
✔ 20e4dcae4c69 Pull complete 7.2s
✔ 1c56c3d4ce74 Pull complete 4.4s
✔ e9f03a1c24ce Pull complete 5.6s
✔ 68c3898c2015 Pull complete 6.5s
✔ 6b95a940e7b6 Pull complete 6.7s
✔ 90986bb8de6e Pull complete 6.9s
✔ ae71319cb779 Pull complete 8.0s
✔ ffc89e9dfd88 Pull complete 7.5s
✔ 43d05e938198 Pull complete 9.6s
✔ 064b2d298fba Pull complete 8.1s
✔ df9a4d85569b Pull complete 8.8s
✔ postgres 14 layers [⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿] 0B/0B Pulled 10.0s
✔ f546e941f15b Pull complete 1.7s
✔ 926c64b890ad Pull complete 0.6s
✔ eca757527cc4 Pull complete 0.7s
✔ 93d9b27ec7dc Pull complete 1.8s
✔ 86e78387c4e9 Pull complete 2.1s
✔ 8776625edd8f Pull complete 2.4s
✔ d1afcbffdf18 Pull complete 2.3s
✔ 6a6c8f936428 Pull complete 2.6s
✔ ae47f32f8312 Pull complete 6.4s
✔ 82fb85897d06 Pull complete 2.8s
✔ ce4a61041646 Pull complete 3.2s
✔ ca83cd3ae7cf Pull complete 3.4s
✔ f7fbf31fd41d Pull complete 3.9s
✔ 353df72b8bf7 Pull complete 4.1s
[+] Building 0.0s (0/0) docker:desktop-linux
[+] Running 3/3
✔ Network objection_default Created 0.0s
✔ Container objection_postgres Created 0.1s
✔ Container objection_mysql Created 0.1s |
Using |
@lehni Thanks for the investigation 🙏 What options is the best for you? I wasn't aware of the override option. I'm ok with both options 👌 |
Let's see how this one behaves: #2619 |
BTW, I am on an ARM system also (M3), but I'm not using docker locally since I already have a mysql and postgresql instance running globally and would have to stop them due to conflicting ports… I just run the tests in those instances, works well. |
Context
As a contributor, I would like to be able to run the docker-compose services on my ARM architecture machine (Macbook Pro M2).
Expected
docker-compose up # running
Actual
The text was updated successfully, but these errors were encountered: