tmms/mysql
Name | From | Base OS | Annotations |
---|---|---|---|
tmms/mysql:5.7 | mysql:5.7 | Debian | |
tmms/mysql:8.0 | mysql:8.0 | Debian | |
tmms/mysql:8.0.30 | mysql:8.0.30 | Fedora | OS customized by Oracle |
This image is built from the mysql
repository and contains additional configurations.
The following configuration parameters are applied:
Please have a look at /etc/mysql/custom.cnf
to view basic parameters
NOTICE
This container works perfectly on its own. If you like to link some custom mysql configuration files please make sure you change the startup command to somewhat like
command: >
bash -c "
chmod 644 /etc/mysql/conf.d/*.cnf
&& /entrypoint.sh mysqld
"
to make sure mysql reads your configuration file and does not ignore it due to insecure access permissions (world writeable)
docker pull tmms/mysql