Skip to content

webdevdab/rdbms-docker-mariadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Containerized MySQL (Example)

How to Run

  1. Ensure the DB migration scripts are defined properly in ./Dockerdir/db/docker-entrypoint-initdb.d/*.sql.
  2. Run service:
$ docker-compose up db

How to Clean Up

To clean up properly the volumes containing the DB data have to be removed:

$ docker-compose down --volumes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors