Skip to content

Instantly share code, notes, and snippets.

@tlrobinson
Created April 24, 2018 07:38
Show Gist options
  • Save tlrobinson/818467812088e400507629c6a3a7968a to your computer and use it in GitHub Desktop.
Save tlrobinson/818467812088e400507629c6a3a7968a to your computer and use it in GitHub Desktop.
docker commands
#!/bin/sh
docker run -it --rm --name=iperf3-server -p 5201:5201 networkstatic/iperf3 -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment