Sign inSign up

schmunk42/mariadb-example-databases

By schmunk42

•Updated over 8 years ago

Image
0

1.3K

schmunk42/mariadb-example-databases repository overview

⁠MariaDB Docker container with example databases from MySQL

This is image can be used to install demo databases in a MariaDB container on startup.

⁠Configuration

Set environment variables to setup database schema with script, see docker-compose.yml

  • INSTALL_WORLD=1
  • INSTALL_WORLD_INNODB=1
  • INSTALL_SAKILA=1
  • INSTALL_EMPLOYEES=1
⁠Usage
docker-compose up -d
docker-compose exec mariadb /init-example-databases.sh
⁠Build
docker build -t schmunk42/mariadb-example-databases .

Built by *dmstr⁠

Tag summary

Content type

Image

Digest

sha256:d13d4364b…

Size

157.6 MB

Last updated

over 8 years ago

docker pull schmunk42/mariadb-example-databases