You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
周文涛 f6b0036c05
后端代码
1 year ago
..
conf.d 后端代码 1 year ago
docker-entrypoint-initdb.d 后端代码 1 year ago
README.md 后端代码 1 year ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

一份用于构建 mysql 镜像的 Dockerfile

  • 编辑 my.cnf 来变更配置
  • 上传 sql 脚本到 docker-entrypoint-initdb.d 目录下,可以在首次启动时初始化数据库
  • docker-entrypoint-initdb.d下仅保留最近发行版其余版本在工程代码sql目录下均使用版本的命名方式