Make WordPress Core

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#54814 closed enhancement (duplicate)

Add docker instructions for mac m1 users

Reported by: anonymized_10765487's profile anonymized_10765487 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

Allow docker config override and instructions for mac m1

Trac ticket: 54814

#2 @anonymized_10765487
3 years ago

  • Resolution set to invalid
  • Status changed from new to closed

#3 follow-up: @desrosj
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 @anonymized_10765487
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!

Note: See TracTickets for help on using tickets.