Support MariaDB

closes feature #21
This commit is contained in:
Mahmoud Zalt
2016-05-09 04:23:03 +03:00
parent ecefee4d65
commit 81f2602464
3 changed files with 33 additions and 14 deletions

9
mariadb/Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM mariadb:latest
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
VOLUME /var/lib/mariadb
CMD ["mysqld"]
EXPOSE 3306