MySQL 镜像
init.sql
:
|
|
docker-compose.yaml
:
|
|
可以用两种方式: volumes:/docker-entrypoint-initdb.d/init.sql
和 command: --init-file
探讨
为什么不在 mysql image 中直接给予支持呢?比方说这样:
|
|
详细讨论如下:
Support multiple databases creation:
- https://github.com/docker-library/mariadb/issues/15
- https://github.com/docker-library/postgres/pull/332
Creation multiple users and databases:
解决方案:
https://github.com/laradock/laradock/issues/616 https://gist.github.com/MKagesawa/a03892b8c44c015cd991c2c5311f1768 https://github.com/docker-library/mysql/pull/18#issuecomment-188373946
具体的脚本如下:
|
|
茶歇驿站
一个可以让你停下来看一看,在茶歇之余给你帮助的小站,这里的内容主要是后端技术,个人管理,团队管理,以及其他个人杂想。