netstat
Displays network-related information such as open connections, open socket ports, etc. More information: <https://man7.org/linux/man-pages/man8/netstat.8.html>.
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