From 655716e8a69b6ea6a555aa808b3821a19eeb55aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 17 Oct 2025 16:23:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(docker):=20=E6=B3=A8=E9=87=8A=E6=8E=89?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=8F=AF=E9=99=84=E5=8A=A0=E7=BD=91=E7=BB=9C?= =?UTF-8?q?=E7=9A=84=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.sh b/1.sh index 9c5aba4..07d15fd 100644 --- a/1.sh +++ b/1.sh @@ -143,7 +143,7 @@ install_docker() { fi fi - docker network create --attachable h-common || true + # docker network create --attachable h-common || true } modify_authorized_keys() {