add iperf
This commit is contained in:
8
iperf/Dockerfile
Normal file
8
iperf/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM debian:latest
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -y iperf3
|
||||
|
||||
EXPOSE 5201
|
||||
|
||||
CMD iperf3 -s
|
||||
Reference in New Issue
Block a user