From ce9d6838d7dd8e5f96965a2f07c54e03382e6fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 15 May 2025 22:28:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=201.sh=20=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=20iperf3=20=E7=9A=84=E5=88=AB?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/1.sh b/1.sh index da330d0..8e98a25 100644 --- a/1.sh +++ b/1.sh @@ -124,6 +124,7 @@ alias dps='docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Size}}"' alias dpull='docker compose pull' alias ddown='docker compose down' alias dup='docker compose up --remove-orphans' +alias iperf3='docker run --rm -it --network host networkstatic/iperf3' EOF # 如果是 Alpine 系统,创建一个软链接。