mysql部署在ACK上挂载PVC时报错
解决方法:
- 添加启动参数
name: mysql-master
image: mysql:5.7
args:
- "--ignore-db-dir=lost+found"
- 镜像版本换成5.6
https://github.com/docker-library/mysql/issues/186
https://github.com/docker-library/mysql/issues/69
解决方法:
https://github.com/docker-library/mysql/issues/186
https://github.com/docker-library/mysql/issues/69