mirror of
https://gitee.com/kennylee/docker.git
synced 2024-12-04 04:48:39 +08:00
13 lines
227 B
Plaintext
Executable File
13 lines
227 B
Plaintext
Executable File
build
|
|
|
|
docker build -t kennylee26/mysql ./
|
|
|
|
-----
|
|
|
|
官方 https://hub.docker.com/_/mysql/
|
|
|
|
说明:
|
|
1、修改默认mysql默认编码为utf-8
|
|
2、可自行修改my.cnf
|
|
3、去掉默认的 VOLUME /var/lib/mysql 方便备份。
|