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

 

History

20 Commits
 
 
 
 
 
 

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