An extended MariaDB official image repository
436
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
Content type
Image
Digest
Size
129.1 MB
Last updated
over 8 years ago
docker pull scalified/mariadb