Skip to content

Instantly share code, notes, and snippets.

@kylemanna
Created November 1, 2023 23:28
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 kylemanna/2385bcf6e4c32f496b634a06ff59fa68 to your computer and use it in GitHub Desktop.
Save kylemanna/2385bcf6e4c32f496b634a06ff59fa68 to your computer and use it in GitHub Desktop.
Simple network speedtest in Docker container

README

Run a quick network test.

docker run --rm -it --workdir=/tmp alpine sh -c 'apk add -u bash grep; wget -qO- network-speed.xyz | su -s /bin/bash nobody'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment