MySQL is a widely used, open-source relational database management system (RDBMS).
This image is based on official mysql server packages and is built on top of clover/common.
Location | Description |
---|---|
/var/lib/mysql |
MySQL data directory, will be initialized with /usr/share/mysql/init.sql on the first, root password will be generated |
Port | Description |
---|---|
3306 | TCP port mysqld is listening on |
Name | Default value | Description |
---|---|---|
PUID |
50 |
Desired UID of the process owner * |
PGID |
primary group id of the UID user (50 ) |
Desired GID of the process owner * |
* PUID
/PGID
could be used to preserve data volume ownership on host.
Location | Description |
---|---|
/etc/mysql/conf.d/ |
mysql configuration directory, all files within will be included by /etc/mysql/my.cnf |