From 36782edd2c9da7a99d80c8c1d52375b4a457f150 Mon Sep 17 00:00:00 2001 From: xykt <152045469+xykt@users.noreply.github.com> Date: Sun, 3 Aug 2025 01:03:44 +0800 Subject: [PATCH] Update README_EN.md --- README_EN.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README_EN.md b/README_EN.md index cc92a6b..941d637 100644 --- a/README_EN.md +++ b/README_EN.md @@ -37,10 +37,16 @@ ![Net](https://github.com/xykt/ScriptMenu/raw/main/res/Net_EN.png) +##### Bash: ````bash bash <(curl -Ls https://Check.Place) -EN ```` +##### Docker: +````bash +docker run --rm --net=host -it xykt/check -EN && docker rmi xykt/check > /dev/null 2>&1 +```` + ### Advanced Mode: Run with Parameters ![Help](https://github.com/xykt/NetQuality/raw/main/res/help.png) @@ -142,8 +148,15 @@ bash <(curl -Ls https://Net.Check.Place) -Ef bash <(curl -Ls https://Net.Check.Place) -p ```` +##### Docker (supports runtime arguments; insert them before the ```&&```): +````bash +docker run --rm --net=host -it xykt/netquality -E && docker rmi xykt/netquality > /dev/null 2>&1 +```` + ## Script Updates +2025/08/03 00:00 Add Docker support + 2025/08/01 15:15 Add -p for privacy mode, which disables online report links 2025/07/30 16:50 Replace all HTTP requests with HTTPS to improve script security