jbergstroem / mariadb-alpine

A tiny and fast MariaDB container
MIT License
71 stars 19 forks source link

feat: bundle a mariadb client #177

Closed jbergstroem closed 1 year ago

jbergstroem commented 1 year ago

Simplifies tests, usage and loading fixtures at the expense of ~2Mb uncompressed disk space.

Usage:

$ docker run -it --entrypoint mariadb jbergstroem/mariadb-alpine
ERROR 2002 (HY000): Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2)

Closes: https://github.com/jbergstroem/mariadb-alpine/discussions/140

williamdes commented 1 year ago

Very cool!

jbergstroem commented 1 year ago

I will cut a release after a bit more testing.