Created
November 22, 2017 02:59
-
-
Save khanhicetea/2cefd776fe9d81006c70f5c7a8ad2d36 to your computer and use it in GitHub Desktop.
Docker mysql remove ssl generator
This file contains hidden or 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:5.7 | |
# Remove mysql_ssl_rsa_setup to ignore setup SSL certs | |
RUN rm -f /usr/bin/mysql_ssl_rsa_setup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment