Closed
Description
It can be used to simplify Travis CI configuration, add less painful testing with different versions of MySQL, as well as enable easier local testing. For example, see Prometheus' mysqld_exporter:
- https://github.com/prometheus/mysqld_exporter/blob/master/docker-compose.yml
- https://github.com/prometheus/mysqld_exporter/blob/master/.travis.yml
I can work on it if you are interested.