resolveip
Resolve hostnames to their IP addresses and vice versa. More information: <https://mariadb.com/kb/en/resolveip/>.
RUN apt-get update && \
apt-get install -y mariadb-server-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-10.1
RUN yum install -y mysql-server
RUN dnf install -y community-mysql-server
RUN apt-get update && \
apt-get install -y mariadb-server-5.5