Created
October 12, 2017 11:04
-
-
Save rtorresve/2ee6d89219fd041b0c93aa25c5011072 to your computer and use it in GitHub Desktop.
Create a custom image to mysql server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM mysql:8.0.2 | |
RUN echo 'sql-mode=""' >> /etc/mysql/conf.d/docker.cnf | |
RUN echo 'secure_file_priv=""' >> /etc/mysql/conf.d/docker.cnf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment