Skip to content

Docker image with mariadb client tools

Notifications You must be signed in to change notification settings

WeHelpen/docker-mariadb-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4ee154d · Aug 23, 2021

History

20 Commits
Jun 1, 2021
Aug 23, 2021
Jun 1, 2021

Repository files navigation

Docker image for mariadb client tools.

To execute mariadb command line tools inside docker.

Debian (buster-slim) based image, with mariadb-tools installed.

mariadb as entrypoint, so it can be used as direct replacement for mariadb command line tool.

docker run --rm --interactive --tty ghcr.io/wehelpen/mariadb-client --host db --user root -p

Other tools are available, like mariaDB/mysql tools like mysqldump, mysqladmin and innotop. Also (de)compression tools for gzip, bzip2 and xz.

For example:

docker run --rm --interactive --tty --entrypoint mysqladmin ghcr.io/wehelpen/mariadb-client ping --host db