Skip to content

bogusbul/docker-mariadb-example-databases

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MariaDB Docker container with example databases from MySQL

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

Run

docker run -d \
    -e INSTALL_SAKILA=1 \
    -e MARIADB_PASS=secretadmin \
    -p 33066:3306 \
    schmunk42/mariadb-example-databases

Configure

Set environment -e ... variable to setup database schema and data on startup

  • INSTALL_WORLD=1
  • INSTALL_WORLD_INNODB=1
  • INSTALL_SAKILA=1
  • INSTALL_EMPLOYEES=1

Build

docker build -t schmunk42/mariadb-example-databases .

Links


Built by *dmstr | Stuttgart 🇩🇪

About

Dockerfile for MariaDB Server with example databases

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%