From 2927eb835b14662d91e13e3efb0aeda9148b1ec3 Mon Sep 17 00:00:00 2001 From: jingrow Date: Mon, 11 Aug 2025 16:43:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=B8=E8=BD=BD=E8=84=9A=E6=9C=AC=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=88=A0=E9=99=A4/etc/docker=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uninstall_jsite.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uninstall_jsite.sh b/uninstall_jsite.sh index b0402cf..be7991b 100644 --- a/uninstall_jsite.sh +++ b/uninstall_jsite.sh @@ -20,6 +20,9 @@ rm -rf /home/jingrow/.nvm apt-get remove -y docker-ce docker-ce-cli containerd.io docker-compose-plugin apt-get autoremove -y +# 删除Docker配置目录 +rm -rf /etc/docker + # 删除所有目录 rm -rf /home/jingrow/jsite rm -rf /home/jingrow/traefik-docker