Created
July 31, 2019 15:56
-
-
Save williamcaban/fba629f2f4deaeb0fa98609af40149ad to your computer and use it in GitHub Desktop.
Simple container with iperf3 and rt-tests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM quay.io/fedora/fedora:31-x86_64 | |
RUN dnf install --nodocs -y iperf3 lksctp-tools rt-tests && \ | |
dnf clean all && \ | |
rm -rf /var/cache/dnf | |
LABEL io.k8s.display-name="iperf3" \ | |
io.k8s.description="This is an iperf3 and rt-tests container" | |
ENTRYPOINT /bin/bash -c "sleep infinity" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider the use of the net-toolbox container --> https://github.com/williamcaban/ocp4x-net-toolbox