Speedtest CLI. Based off of gists/speedtest-cli.
523
The gists/speedtest-cli image outputs the license to stdout, making it difficult to use in scripts. This version pipes stderr (where the CLI outputs the license) to /dev/null and adds the ability to specify output format and the unit of measurement.
This image is also build from scratch, making it smaller.
docker run tangowithfoxtrot/speedtest:latest
FORMAT=${FORMAT:-json} # csv, tsv, json, jsonl, json-pretty
UNIT=${UNIT:-Mbps} # Kbps, Mbps, Gbps
Content type
Image
Digest
sha256:4850e2a59…
Size
2.1 MB
Last updated
almost 2 years ago
docker pull tangowithfoxtrot/speedtest