Percona 5.6 Docker Image cannot load my /etc/mysql/conf.d/*.cnf
问题 I am struggling on this issue for at least 14 hours so far :(. I am configuring a build server with docker, jenkins, java, scala on top of CentOS 7. While working with liquibase and jooq:codegen, I need to have proper MySQL(Percona:5.6) containers setup, but unfortunately, it seems that Official Percona Image (Percona:5.6) does not load *.cnf files under /etc/mysql/conf.d properly, which I do think it is my issue, such as file permissions issues. I was following with the instructions from: