[wp-trac] [WordPress Trac] #54814: Add docker instructions for mac m1 users

WordPress Trac noreply at wordpress.org
Thu Jan 13 16:46:09 UTC 2022


#54814: Add docker instructions for mac m1 users
------------------------------+-----------------------------
 Reporter:  jmlapam           |      Owner:  (none)
     Type:  enhancement       |     Status:  new
 Priority:  normal            |  Milestone:  Awaiting Review
Component:  Build/Test Tools  |    Version:
 Severity:  normal            |   Keywords:
  Focuses:                    |
------------------------------+-----------------------------
 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.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/54814>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list