#54814 closed enhancement (duplicate)
Add docker instructions for mac m1 users
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
Mac m1 users still have bugs when trying to start the local dev environment. With only small changes, you could allow additional docker configuration.
For example:
# docker-compose.override.yml services: mysql: platform: linux/amd64
This would pull the appropriate mysql image to run the local environnment.
Change History (5)
This ticket was mentioned in PR #2156 on WordPress/wordpress-develop by jmau111.
3 years ago
#1
- Keywords has-patch added
#3
follow-up:
↓ 4
@
3 years ago
- Milestone Awaiting Review deleted
- Resolution changed from invalid to duplicate
Hi @jmlapam,
Welcome to Trac! I’m not sure if you intended to close the ticket out. But, this is a duplicate report and is being addressed in #52356. So I’m going to leave this closed and change the resolution to a duplicate.
The solution being discussed there should seamlessly load the correct distribution of MySQL without having to use a Docker override file. Any testing you could perform is appreciated!
#4
in reply to:
↑ 3
@
3 years ago
Replying to desrosj:
Hi @jmlapam,
Welcome to Trac! I’m not sure if you intended to close the ticket out. But, this is a duplicate report and is being addressed in #52356. So I’m going to leave this closed and change the resolution to a duplicate.
The solution being discussed there should seamlessly load the correct distribution of MySQL without having to use a Docker override file. Any testing you could perform is appreciated!
Allow docker config override and instructions for mac m1
Trac ticket: 54814