Sign inSign up

seuf/mariadb-rpi

By seuf

Updated about 10 years ago

Mariadb Docker image based on Alpine Linux for Raspberry Pi

Image
0

537

seuf/mariadb-rpi repository overview

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.

  • DBNAME
  • DBUSER
  • DBPASS

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

Tag summary

Content type

Image

Digest

Size

49.1 MB

Last updated

about 10 years ago

docker pull seuf/mariadb-rpi