Sign inSign up

francisisme/network-testing

By francisisme

Updated over 1 year ago

Network testing but for Mac ARM

Image
Networking
0

53

francisisme/network-testing repository overview

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


Tag summary

Content type

Image

Digest

sha256:abcf17c28

Size

376.2 MB

Last updated

over 1 year ago

docker pull francisisme/network-testing:0.1