resolveip

Resolve hostnames to their IP addresses and vice versa. More information: <https://mariadb.com/kb/en/resolveip/>.

Debian Debian
RUN apt-get update && \ apt-get install -y mariadb-server-10.3
Ubuntu
RUN apt-get update && \ apt-get install -y percona-xtradb-cluster-server-5.5
Arch Arch Linux
RUN pacman -S --noconfirm percona-server
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y mariadb-server-10.1
CentOS
RUN yum install -y mysql-server
Fedora
RUN dnf install -y community-mysql-server
Raspbian
RUN apt-get update && \ apt-get install -y mariadb-server-5.5
click the source code to copy install resolveip on any operating system with command-not-found.com