An open API service indexing awesome lists of open source software.

https://github.com/krisrang/docker-mariadb55

MariaDB dockerfile
https://github.com/krisrang/docker-mariadb55

Last synced: 3 months ago
JSON representation

MariaDB dockerfile

Awesome Lists containing this project

README

          

MariaDB 5.5 image
===

Run command

docker run -d -name mariadb -p 3306:3306 -v /data/mysql:/data/main pebbles/mariadb

Logins
* User: root
* Password: docker

Persistent storage
---
This image uses persistent storage that located at /data/mysql in the image