Mariadb Docker image based on Alpine Linux for Raspberry Pi
537
This image alow you to run a signle instance of mariadb inside an Alpine Linux container.
You can set the following environment variables to automatically create and grant permission to this database.
Example :
docker run -d -e DBNAME=foo -e DBUSER=foo -e DBPASS=foo123pass -v /var/data/foo/mariadb:/var/lib/mysql --name foo_db seuf/mariadb-rpi
Content type
Image
Digest
Size
49.1 MB
Last updated
about 10 years ago
docker pull seuf/mariadb-rpi