mysqld
Start the MySQL database server. More information: <https://dev.mysql.com/doc/refman/en/mysqld.html>.
RUN apt-get update && \
apt-get install -y mariadb-server-core-10.3
RUN apt-get update && \
apt-get install -y percona-xtradb-cluster-server-5.5
RUN pacman -S --noconfirm percona-server
RUN apt-get update && \
apt-get install -y mariadb-server-core-10.1
RUN dnf install -y community-mysql-server
RUN apt-get update && \
apt-get install -y mariadb-server-core-5.5