MariaDB with multi-database support.
309
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.
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:
Content type
Image
Digest
Size
131.2 MB
Last updated
over 8 years ago
docker pull jamesbrink/mariadb