MySQL is a widely used, open-source relational database management system (RDBMS).
This image is based on official mysql server packages for Ubuntu Bionic and is built on top of clover/common.
It contains mysqld only. Consider using clover/mysql for administration purposes and database upgrades.
| 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 |
Content type
Image
Digest
sha256:31122d5c2…
Size
89 MB
Last updated
4 months ago
docker pull clover/mysqld