Alpine MySQL Docker

Docker Pulls

Description

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

Dockerhub

docker pull scalified/mariadb

How-To

Building Docker Image

docker build . -t <tag>

Running Docker Image

  • Pulling from Dockerhub:
    docker run -it scalified/mariadb /bin/sh

  • Launching the built image with tag:
    docker run -it <tag> /bin/sh

Scalified Links