Sign inSign up

jamesbrink/mariadb

By jamesbrink

Updated over 8 years ago

MariaDB with multi-database support.

Image
1

309

jamesbrink/mariadb repository overview

MariaDB Docker Image

Build Status Docker Automated build Docker Pulls Docker Stars

About

Same as the official MariaDB (10.3.6), but supports multiple database on docker run. This is especially useful in docker-compose situations where you need multiple databases to be created.

Usage

Simple example, starting the container with 3 databases.

$ docker run --name some-mariadb -e MYSQL_ROOT_PASSWORD=my-secret-pw -p 3306:3306 -e MYSQL_DATABASE=db1,db2,db3 -d jamesbrink/mariadb

Environment Variables

Environment Variables:

Tag summary

Content type

Image

Digest

Size

131.2 MB

Last updated

over 8 years ago

docker pull jamesbrink/mariadb