From bba5230e364bb12b02fae236128e23891a8661aa Mon Sep 17 00:00:00 2001 From: xzx3344521 Date: Sat, 18 Oct 2025 18:27:49 +0800 Subject: [PATCH] Add README with Docker installation instructions Add installation and uninstallation instructions for Docker. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c1ce889 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# docker-cn +国内 Debain 系统一键安装/卸载 Docker + +# 使用说明 +安装: +``` +bash <(curl -sSL https://raw.githubusercontent.com/xzx3344521/dock/refs/heads/main/dock.sh) +``` +卸载: +如果需要保留请提前备份 `/var/lib/docker` 目录 +``` +bash <(curl -sSL https://raw.githubusercontent.com/xzx3344521/dock/refs/heads/main/dock.sh) -u +```