1
0
mirror of https://github.com/docker-library/healthcheck.git synced 2025-09-21 01:02:02 +03:00
Files
healthcheck/mysql
Daniel Black 40afbf64d6 Dockerfile.mariadb - use included healthcheck (#26)
* Dockerfile.mariadb - use included healthcheck

MARIADB_MYSQL_LOCALHOST_USER=1 creates the mysql@localhost user that the healthcheck uses with --su=mysql.

`--innodb_initialized` was chosen as a fairly basic test to ensure that any crash recovery is complete.

* Update Dockerfile.mariadb

with connect so ensure we are running on the final tcp instance rather than any temporary instance.

Using innodb_initialized as well to show of that more than one test is available, and the recovery time of innodb is a aspect that can be forgotten by those that don't frequently do mysql/mariadb admininstration.

* Update mysql/Dockerfile.mariadb

use implicit path

Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
2022-03-09 17:45:01 -08:00
..
2016-06-13 14:32:31 -07:00
2016-06-13 15:08:53 -07:00