drud/mariadb-local

Name: mariadb-local

Owner: DRUD

Description: OBSOLETE: This has been moved to the containers directory of https://github.com/drud/ddev/ ... mariadb containers with functionality specific to local development

Created: 2016-07-14 22:08:15.0

Updated: 2018-05-16 15:42:22.0

Pushed: 2018-04-17 00:02:43.0

Homepage:

Size: 3225

Language: Makefile

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Mariadb-local for ddev

This docker image builds a mariadb container for ddev.

It builds/copies a simple starter database (an empty database named “db”) and starts up the mariadb server.

Updating the default starter mariadb databases

In the future there may be a need to add another database or rename a database, etc.

The create_base_db.sh script is there for that. You can run it from the root of this repository like this and it will update the db starter file:

er run -it -v "$PWD/files/var/tmp:/mysqlbase" --rm --entrypoint=/create_base_db.sh drud/mariadb-local:<your_version>

Of course the assumption is that you might have to change the name of the output file or make other changes in the process.

But then rebuild the container with whatever other changes you're working on.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.