Skip to content

Instantly share code, notes, and snippets.

@khanhicetea
Created November 22, 2017 02:59
Show Gist options
  • Save khanhicetea/2cefd776fe9d81006c70f5c7a8ad2d36 to your computer and use it in GitHub Desktop.
Save khanhicetea/2cefd776fe9d81006c70f5c7a8ad2d36 to your computer and use it in GitHub Desktop.
Docker mysql remove ssl generator
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