Network testing but for Mac ARM
53
FROM arm64v8/ubuntu:jammy
LABEL authors="francis"
CMD ["/bin/bash"]
ENV TZ=America/Denver
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
apt update && \
apt install -y wget python3 python3-pip python3-scapy iputils-ping net-tools iproute2 vim bird2 traceroute iperf3 netcat iptables ipvsadm && \
DEBIAN_FRONTEND=noninteractive apt install -y tshark && \
mkdir /run/bird
Content type
Image
Digest
sha256:abcf17c28…
Size
376.2 MB
Last updated
over 1 year ago
docker pull francisisme/network-testing:0.1