Compare commits
3
Commits
ff6cf1cd5e
..
v0.1.6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7fe0004ad | ||
|
|
0247cfaada | ||
|
|
dcfba242d6 |
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
ARG ALPINE_IMAGE=public.ecr.aws/docker/library/alpine:latest
|
||||
FROM ${ALPINE_IMAGE}
|
||||
RUN apk add --no-cache iperf3
|
||||
EXPOSE 5201
|
||||
ENTRYPOINT ["iperf3"]
|
||||
@@ -30,8 +30,11 @@ services:
|
||||
- server
|
||||
|
||||
iperf3:
|
||||
image: ${IPERF3_IMAGE:-public.ecr.aws/docker/library/networkstatic/iperf3:latest}
|
||||
pull_policy: if_not_present
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.iperf3
|
||||
args:
|
||||
ALPINE_IMAGE: ${ALPINE_IMAGE:-public.ecr.aws/docker/library/alpine:latest}
|
||||
restart: unless-stopped
|
||||
command: ["-s"]
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user