We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984137e commit 70a4efaCopy full SHA for 70a4efa
Dockerfile
@@ -13,5 +13,8 @@ RUN apt-get update && \
13
RUN curl -LO ftp://ftp.netperf.org/netperf/netperf-2.7.0.tar.gz && tar -xzf netperf-2.7.0.tar.gz
14
RUN cd netperf-2.7.0 && ./configure && make && make install
15
16
+EXPOSE 12865/udp
17
+EXPOSE 12865/tcp
18
+
19
USER 1001
20
CMD ["/usr/local/bin/netserver", "-D"]
0 commit comments