MariaDB is a community-developed fork of the MySQL relational database management system intended to remain free under the GNU GPL.
Container based on with working init process and syslog. For more information on how to set upp services, please read the dockumentation for nimmis/ubuntu
To run the lastest stable version of this docker image run
docker run -d nimmis/mariadb
to expose the database to the external interface run
docker run -d -p 3306:3306 nimmis/mariadb