Sign inSign up

binaryoverload/mariadb-client

By binaryoverload

Updated 6 months ago

A MariaDB client image with built-in file transfer and backup tools.

Image
Developer tools
Databases & storage
0

1.1K

binaryoverload/mariadb-client repository overview

binaryoverload/mariadb-client

GitHub Workflow Status (with event) Docker Hub GitHub

A Docker image for all of the MariaDB (aka MySQL) client executables, including:

  • mariadb/mysql - MariaDB command-line client
  • mariadb-dump/mysqldump - Dump a database or a collection of databases to a file
  • mariadb-restore/mysqlrestore - Restore a database from a dump file
  • mariadb-show/mysqlshow - Display database and table information
  • mariadbadmin/mysqladmin - Perform administrative operations on a MariaDB server
  • mariadbcheck/mysqlcheck - Check and repair tables in a MariaDB server

The image also includes common file transfer utilities to allow use of this image for backup and restore operations, including:

  • curl, wget - Download files from the internet
  • tar, gzip, zip and xz - Archive and compress files
  • openssl and gpg - Encrypt and decrypt files
  • rsync - Synchronize files and directories between two locations
  • rclone - https://rclone.org/ - Sync files and directories to and from cloud storage providers
  • restic - https://restic.readthedocs.io/ - Restic encrypted backup tool
  • cron - Schedule tasks to run at specific intervals

This image is intended to be used as a base image for running MariaDB scripts and as such is deployed in both Ubuntu (Default) and Alpine distro variants.

Tag summary

Content type

Image

Digest

sha256:1e93282dd

Size

185.5 MB

Last updated

6 months ago

docker pull binaryoverload/mariadb-client