This repository is used for building a Docker image containing MariaDB. An image is extended from Official MariaDB Docker Image with UTF-8 encodings configured
docker pull scalified/mariadb
docker build . -t <tag>
-
Pulling from Dockerhub:
docker run -it scalified/mariadb /bin/sh
-
Launching the built image with tag:
docker run -it <tag> /bin/sh