mirror of
https://github.com/xykt/NetQuality.git
synced 2026-01-12 20:15:34 +08:00
Update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -6,7 +6,7 @@
|
||||
|
||||
## 网络质量体检脚本 - [Network Quality Check Script (EN)](https://github.com/xykt/NetQuality/blob/main/README_EN.md)
|
||||
|
||||
**支持OS/Platform:Ubuntu | Debian | Linux Mint | Fedora | Red Hat Enterprise Linux (RHEL) | CentOS | Arch Linux | Manjaro | Alpine Linux | AlmaLinux | Rocky Linux | macOS | Anolis OS | Alibaba Cloud Linux | SUSE Linux | openSUSE | Void Linux**
|
||||
**支持OS/Platform:Ubuntu | Debian | Linux Mint | Fedora | Red Hat Enterprise Linux (RHEL) | CentOS | Arch Linux | Manjaro | Alpine Linux | AlmaLinux | Rocky Linux | macOS | Anolis OS | Alibaba Cloud Linux | SUSE Linux | openSUSE | Void Linux | Windows (via Docker)**
|
||||
|
||||
- 中英文双语言支持
|
||||
- 支持IPv4/IPv6双栈查询
|
||||
@@ -43,10 +43,16 @@ bash <(curl -Ls https://Check.Place) -N
|
||||
````
|
||||
|
||||
##### Docker:
|
||||
- Linux
|
||||
````bash
|
||||
docker run --rm --net=host -it xykt/check -N && docker rmi xykt/check > /dev/null 2>&1
|
||||
````
|
||||
|
||||
- Windows (CMD)
|
||||
````bash
|
||||
docker run --rm --net=host -it xykt/check -N & docker rmi xykt/check > NUL 2>&1
|
||||
````
|
||||
|
||||
### 高级模式:参数运行
|
||||
|
||||

|
||||
@@ -135,11 +141,17 @@ bash <(curl -Ls https://Net.Check.Place) -f
|
||||
bash <(curl -Ls https://Net.Check.Place) -p
|
||||
````
|
||||
|
||||
##### Docker(支持运行参数,须在```&&```前插入):
|
||||
##### Docker(支持运行参数,须在```&```前插入):
|
||||
- Linux
|
||||
````bash
|
||||
docker run --rm --net=host -it xykt/netquality && docker rmi xykt/netquality > /dev/null 2>&1
|
||||
````
|
||||
|
||||
- Windows (CMD)
|
||||
````cmd
|
||||
docker run --rm --net=host -it xykt/netquality & docker rmi xykt/netquality > NUL 2>&1
|
||||
````
|
||||
|
||||
## 脚本更新
|
||||
|
||||
2025/08/03 00:00 增加Docker运行方式
|
||||
|
||||
Reference in New Issue
Block a user