mysqltest
MySQL
RUN apt-get update && \
apt-get install -y mariadb-test-10.0
RUN apt-get update && \
apt-get install -y percona-xtradb-cluster-server-5.5
RUN apk add mariadb-test
RUN pacman -S --noconfirm percona-server-clients
RUN apt-get update && \
apt-get install -y mariadb-test
RUN yum install -y mysql-server
RUN dnf install -y community-mysql-server
RUN apt-get update && \
apt-get install -y mariadb-test-5.5