added begin of documentation on mariadb

This commit is contained in:
hugo gogo
2022-09-03 14:50:41 +02:00
parent f1823541eb
commit 97e92321f1
4 changed files with 50 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
FROM debian:buster
RUN apt update && apt install -y mariadb-client mariadb-server