Lightweight MariaDB docker image based on Alpine Linux.
Primary Goal: Fully compatible with official MariaDB image.
For simplicity and ease of maintenance, this image is based on alpine:latest docker image and latest MariaDB package from official Alpine repositories.
I'll trigger a rebuild whenever alpine:latest docker image or MariaDB package is updated.
Almost the same as official MariaDB image.
Connect to the database.
docker exec -it container mysql -P 3306 --protocol=tcp -u root -p
This project is licensed under the terms of the MIT license.
Content type
Image
Digest
Size
49.8 MB
Last updated
over 6 years ago
docker pull ronaldschouw/mariadb