Dockerfile
FROM ubuntu:latest LABEL Description="Docker image used for traffic generation and pcap replays" Version="1.0" MAINTAINER [email protected]
RUN export DEBIAN_FRONTEND=noninteractive && ulimit -n 1000 && apt-get update
&& apt-get install -y wireshark-common iperf tcpdump tshark tcpreplay
nginx apache2 openssh-server net-tools unzip python iputils-ping psmisc
RUN wget --no-check-certificate
https://pypi.python.org/packages/ee/cd/d20c1e121b09697bf4d7b1b9edde6573fc7d54eefc56860f457a7edfc0de/scapy-2.3.1.zip#md5=1527f09562d9c1bafa5e619c7782d5a0
RUN mv scapy-2.3.1.zip /tmp && cd /tmp && unzip scapy-2.3.1.zip &&
cd /tmp/scapy-2.3.1 && python setup.py install &&
rm -rf /tmp/scapy-2.31
CMD ["/bin/bash"]
Content type
Image
Digest
Size
184.6 MB
Last updated
over 9 years ago
docker pull openswitch/ubuntu-tfgen