I am trying to get some clarification of usage of this docker image.
In the Readme, Features section, it says MariaDB image as database instance. And Dockerfile shows mariadb-dev is installed.
Without define db Environment variables, container complains no database defined.
How can I use builtin mariadb? Or I have to spin up another mariadb container? Thanks.