Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 551 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 551 Bytes

Mariadb

About

This Acorn provides a MariaDB database through the Acorn service interface. You can use this Acorn to create a database for your application during development. This launches a single MariaDB container backed by a persistent volume.

The username and passwords for the root and db_user are randomly generated and stored in the Acorn's secret. The db_user is granted all privileges to the database created at startup. Updates to the --db-name and --username flags will not be applied to the database after the first run.