islandora/mariadb

Sponsored OSS

By islandora

Updated 21 days ago

Open source relational database.

Image
Security
Content management system
Databases & storage
0

100K+

islandora/mariadb repository overview

MariaDB

Docker image for MariaDB version 10.11.6

Built from Islandora-DevOps/isle-buildkit mariadb

Please refer to the MariaDB Documentation for more in-depth information.

As a quick example this will bring up an instance of MariaDB, and allow you to log in with client as the user root with the password password.

docker run --rm -d -name mariadb islandora/mariadb
docker exec -ti mariadb mysql -u root --password='password'

Dependencies

Requires islandora/base Docker image to build. Please refer to the Base Image README for additional information.

Ports

PortDescription
3306MySQL Client Port

Volumes

PathDescription
/var/lib/mysqlDatabase files
/var/lib/mysql-filesLocation to import databases via CSV/SQL files

Settings

Database Settings

Please see the documentation in the base image for more information about the default database connection configuration.

Environment VariableDefaultDescription
MYSQL_ROOT_PASSWORDThe database root user password. Defaults to DB_ROOT_PASSWORD
MYSQL_ROOT_USERThe database root user (used to create the site database). Defaults to DB_ROOT_USER
MYSQL_MAX_ALLOWED_PACKET16777216Max packet length to send to or receive from the server, documentation
MYSQL_TRANSACTION_ISOLATIONREAD-COMMITTEDThe isolation level for transactions.

Logs

PathDescription
STDOUT[MariaDB Log]

Tag summary

Content type

Image

Digest

sha256:48ebbe6df

Size

115.5 MB

Last updated

21 days ago

docker pull islandora/mariadb:alpine-3-24

This week's pulls

Pulls:

808

Last week