Skip to content

Commit

Permalink
Update how_to_run_mysql_through_docker.md
Browse files Browse the repository at this point in the history
adding instructions for M1+ MacOS machines
  • Loading branch information
kelvinrfr authored May 19, 2023
1 parent 7db5282 commit 5e8096b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mysql/how_to_run_mysql_through_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ Example to run mysql on version 8
docker run --name local-mysql8 -e MYSQL_ROOT_PASSWORD="my-secret-pw" -p 3306:3306 -d mysql:8
```

MacOS M+ CPU:
Add `--platform linux/x86_64` parameter

Reference: https://hub.docker.com/_/mysql

0 comments on commit 5e8096b

Please sign in to comment.