Skip to content

Instantly share code, notes, and snippets.

@pwelter34
Created November 10, 2021 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwelter34/6e8be30de0861ec25370ebf4e6fecd16 to your computer and use it in GitHub Desktop.
Save pwelter34/6e8be30de0861ec25370ebf4e6fecd16 to your computer and use it in GitHub Desktop.
Test Internet Speed using Speedtest-cli from Alpine OS Docker Image
apk add --no-cache python3 py3-pip
wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
chmod +x speedtest-cli
python3 speedtest-cli
@pwelter34
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment