How to Setup and Use MariaDB on Docker Container

I’m following my series of articles about the rock stars of the devops ecosystem. In today’s article I will show you how to setup and use MariaDB on docker container and as bonus we will be able to reuse the simple nodejs api used in my previews article to show you how we can interact with MariaDB from another container.
Source: How to Setup and Use MariaDB on Docker Container