Block a user
iperf (latest)
Published 2023-11-26 00:14:10 +01:00 by sthope
Installation
docker pull git.sthope.dev/sthope/iperf:latestsha256:26137ab5ba1f6f7a6e6ab9b983e6249dd3e534f3852d6991f625bce58c4c3465
Image Layers
| ADD file:756183bba9c7f4593c2b216e98e4208b9163c4c962ea0837ef88bd917609d001 in / |
| CMD ["/bin/sh"] |
| /bin/sh -c apk add --no-cache iperf |
| /bin/sh -c apk add --no-cache libstdc++ libgcc |
| LABEL author=Sthope |
| LABEL version=1.0 |
| LABEL description=A Docker image for running iperf |
| CMD ["/bin/sh" "-c" "iperf -c \"${ip}\" -i \"${interval}\" -t \"${timeout}\""] |
| LABEL org.opencontainers.image.created=2023-11-25T23:11:41Z |
| LABEL org.opencontainers.image.revision=a7c66df261e83484bfffc0822a56921a34f4b4b3 |
| LABEL org.opencontainers.image.source=https://git.sthope.dev/sthope/Docker-iperf.git |
| LABEL org.opencontainers.image.url=https://git.sthope.dev/sthope/Docker-iperf |
Labels
| Key | Value |
|---|---|
| author | Sthope |
| description | A Docker image for running iperf |
| org.opencontainers.image.created | 2023-11-25T23:11:41Z |
| org.opencontainers.image.revision | a7c66df261e83484bfffc0822a56921a34f4b4b3 |
| org.opencontainers.image.source | https://git.sthope.dev/sthope/Docker-iperf.git |
| org.opencontainers.image.url | https://git.sthope.dev/sthope/Docker-iperf |
| version | 1.0 |