tmms/mysql

By tmms

Updated 12 months ago

Custom mysql docker image

Image
0

2.1K

MySQL Container made by T-Systems MMS

Technical parameters

Available versions

NameFromBase OSAnnotations
tmms/mysql:5.7mysql:5.7Debian
tmms/mysql:8.0mysql:8.0Debian
tmms/mysql:8.0.30mysql:8.0.30FedoraOS customized by Oracle

Description

This image is built from the mysql repository and contains additional configurations.

What's in this image?

The following configuration parameters are applied: Please have a look at /etc/mysql/custom.cnf to view basic parameters

Variables

  • MYSQL_USER
  • MYSQL_PASSWORD
  • MYSQL_ROOT_PASSWORD

Usage


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 Command

docker pull tmms/mysql