https://github.com/docksal/service-mysql
MySQL service images for Docksal
https://github.com/docksal/service-mysql
Last synced: 9 months ago
JSON representation
MySQL service images for Docksal
- Host: GitHub
- URL: https://github.com/docksal/service-mysql
- Owner: docksal
- License: mit
- Created: 2016-09-27T10:59:50.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2022-02-21T20:27:43.000Z (over 4 years ago)
- Last Synced: 2025-10-02T18:41:17.476Z (9 months ago)
- Language: Shell
- Homepage: https://docksal.io
- Size: 163 KB
- Stars: 0
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MySQL Docker images for Docksal
Docksal MySQL images are derived from the official `mysql` images from Docker Hub (Oracle Linux based) with a few
adjustments (see Features).
We include and enable user defined overrides via a settings file.
This image(s) is part of the [Docksal](http://docksal.io) image library.
## Features
- Better default settings (see `default.cnf`)
- Ability to pass additional settings via a file mounted into the container
- User defined MySQL settings are expected in `/var/www/.docksal/etc/mysql/my.cnf` in the container.
- Running a startup script as root
- Scripts should be placed in the `/docker-entrypoint.d/` folder
- Docker heathcheck support
- Supported architectures: linux/amd64,linux/arm64
## Versions
- `docksal/mysql:8.0`