增加MySQL相关的Dockerfile

This commit is contained in:
virusdefender
2016-06-10 22:58:27 +08:00
parent f4251f7a9a
commit e040f3141c
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
FROM mysql:latest
RUN printf "\nserver-id=1\nlog-bin=binlog\nperformance_schema=OFF" >> /etc/mysql/my.cnf