route
Use route cmd to set the route table. More information: <https://manned.org/route>.
RUN apt-get update && \
apt-get install -y net-tools
RUN apt-get update && \
apt-get install -y net-tools
RUN apk add net-tools
RUN pacman -S --noconfirm net-tools
RUN apt-get update && \
apt-get install -y net-tools
RUN yum install -y net-tools
RUN dnf install -y net-tools
RUN apt-get update && \
apt-get install -y net-tools