FROM mariadb:10.11.4 RUN apt-get update \ && apt-get install -y --no-install-recommends \ vim WORKDIR / EXPOSE 3306 ADD my.cnf /etc/mysql/my.cnf