Skip to content

Instantly share code, notes, and snippets.

@rtorresve
Created October 12, 2017 11:04
Show Gist options
  • Save rtorresve/2ee6d89219fd041b0c93aa25c5011072 to your computer and use it in GitHub Desktop.
Save rtorresve/2ee6d89219fd041b0c93aa25c5011072 to your computer and use it in GitHub Desktop.
Create a custom image to mysql server
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