Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 213 Bytes

Docker_Arm64.md

File metadata and controls

8 lines (7 loc) · 213 Bytes

M1 (ARM64)에서 docker mysql 실행하기

docker run -d -p 3306:3306 \                                 
 -e MYSQL_ALLOW_EMPTY_PASSWORD=true \
 --name mysql \
 --platform linux/amd64 -it mysql:5.7