mariadb-alpine
A tiny and fast MariaDB container
100K+
Usage | Configuration | Testing | Benchmarks
The goal of this project is to provide a tiny, high quality and fast starting container for MariaDB. It is built on the excellent, container-friendly Linux distribution Alpine Linux.
The project intentionally trims edges to achieve arguably the smallest and fastest starting MariaDB. Should you run into problems, feel free to open an issue.
Licensed under MIT.
amd64, arm/v6, arm/v7, arm64, 386, s390x and ppc64lemy.cnfCTRL+C shuts down a running container in interactive modedocker run -it --entrypoint mariadb jbergstoem/mariadb-alpine$ docker run -it --rm -p 3306:3306 \
--name=mariadb \
-e SKIP_INNODB=1 \
jbergstroem/mariadb-alpine
Content type
Image
Digest
sha256:da7a9f8c7…
Size
17.1 MB
Last updated
over 2 years ago
docker pull jbergstroem/mariadb-alpine