ethtool
Display and modify Network Interface Controller (NIC) parameters. More information: <http://man7.org/linux/man-pages/man8/ethtool.8.html>.
RUN apt-get update && \
apt-get install -y ethtool
RUN apt-get update && \
apt-get install -y ethtool
RUN apk add ethtool
RUN pacman -S --noconfirm ethtool
RUN apt-get update && \
apt-get install -y ethtool
RUN yum install -y ethtool
RUN dnf install -y ethtool
RUN apt-get update && \
apt-get install -y ethtool