This image has been created from the existing ubuntu/test image. The only addition is Scapy 2.3.1
100K+
The image has been created on November 26th from a freshly downloaded ubuntutest image. The following are the steps performed. The only addition to the base ubuntutest is scapy 2.3.1 which has been downloaded from https://pypi.python.org/pypi/scapy
docker pull openswitch/ubuntutest docker run -t -i openswitch/ubuntutest bash downloaded scapy from https://pypi.python.org/pypi/scapy unzip scapy-2.3.1.zip docker cp scapy-2.3.1 74e9f53bceab:/tmp docker exec -ti 74e9f53bceab bash cd /tmp/scapy-2.3.1/ sudo python setup.py install rm -rf /tmp/scapy-2.3.1/
Scapy has been tested before uploading the image. It works properly.
Content type
Image
Digest
sha256:66f6fc430…
Size
140.3 MB
Last updated
about 9 years ago
docker pull openswitch/ubuntuscapy