This Dockerfile builds a wheezy container that runs MariaDB.
You can create a data volume (docker run -v /var/lib/mysql --name=db-data busybox true) and then use that volume in this container (docker run -d --volumes-from=db-data -name db bnchdrff/mariadb).
If /var/lib/mysql is empty, it will populate it and add a password-less root user.
Content type
Image
Digest
sha256:9aeeb43a3…
Size
86.4 MB
Last updated
almost 11 years ago
docker pull bnchdrff/mariadb