ip
Show/manipulate routing, devices, policy routing and tunnels. Some subcommands such as ip address have their own usage documentation. More information: <https://www.man7.org/linux/man-pages/man8/ip.8.html>.
RUN apt-get update && \
apt-get install -y iproute2
RUN apt-get update && \
apt-get install -y iproute2
RUN apk add iproute2
RUN pacman -S --noconfirm iproute2
RUN apt-get update && \
apt-get install -y iproute2
RUN yum install -y iproute2
RUN dnf install -y iproute2
RUN apt-get update && \
apt-get install -y iproute2