This is image can be used to install demo databases in a MariaDB container on startup.
docker run -d \
-e INSTALL_SAKILA=1 \
-e MARIADB_PASS=secretadmin \
-p 33066:3306 \
schmunk42/mariadb-example-databases
Set environment -e ... variable to setup database schema and data on startup
INSTALL_WORLD=1INSTALL_WORLD_INNODB=1INSTALL_SAKILA=1INSTALL_EMPLOYEES=1
docker build -t schmunk42/mariadb-example-databases .
Built by *dmstr | Stuttgart 🇩🇪