Created
June 15, 2026 09:28
-
-
Save kleo/25b0500b45ea836bc867255fe1dc5573 to your computer and use it in GitHub Desktop.
iperf podman idk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| podman run -it --rm --name=iperf3 --network podman1 docker.io/networkstatic/iperf3 -s | |
| podman inspect iperf3 | jq .[].NetworkSettings.Networks.podman1.IPAddress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment